summaryrefslogtreecommitdiffstats
path: root/util/test/rand/Makefile.am
blob: 6c75e30564452c405277426882868117b0759404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TESTS = rand_test
check_PROGRAMS = rand_test
noinst_PROGRAMS = rand_test
rand_test_SOURCES = rand_test.c ../util/create_env.c

rand_test_LDADD   =   \
                    $(top_builddir)/src/libaxutil.la 

INCLUDES = -I$(top_builddir)/include \
			-I ../../../axiom/include \
			-I ../../../include