1
0
mirror of https://gitlab.isc.org/isc-projects/bind9.git synced 2025-04-18 09:44:09 +03:00
bind9/tests/Makefile.am
2024-12-12 22:16:36 +00:00

22 lines
333 B
Makefile

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
if HAVE_CMOCKA
SUBDIRS += isc dns ns isccfg bench
endif HAVE_CMOCKA
check_PROGRAMS =