summaryrefslogtreecommitdiffstats
path: root/util/test/date_time/Makefile.am
blob: 08d90d78ed1f2a6e05aa4120f803860d35c9a465 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TESTS = date_time_test
noinst_PROGRAMS = date_time_test
check_PROGRAMS = date_time_test
date_time_test_SOURCES = date_time_test.c ../util/create_env.c

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

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