summaryrefslogtreecommitdiffstats
path: root/tests/libtest/Makefile.am
blob: 6bd4b80340793a2e0792340ad438d6d349bdc6e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include $(top_srcdir)/Makefile.top

AM_CPPFLAGS +=			\
	$(LIBISC_CFLAGS)	\
	$(LIBDNS_CFLAGS)	\
	$(LIBNS_CFLAGS)		\
	$(LIBUV_CFLAGS)		\
	-I$(top_srcdir)/lib/isc

LDADD +=			\
	$(LIBISC_LIBS)		\
	$(LIBDNS_LIBS)		\
	$(LIBNS_LIBS)

check_LTLIBRARIES = libtest.la

libtest_la_SOURCES =			\
	../include/tests/dns.h		\
	../include/tests/isc.h		\
	../include/tests/ns.h		\
	dns.c				\
	isc.c				\
	ns.c

include $(top_srcdir)/Makefile.tests