summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 8b5dcbe842154ee1e23d5779dbb6ec4b3ba8ac39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)

SUBDIRS = libtest isc dns ns isccfg irs
check_PROGRAMS =