2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Added nconf_test to build

This commit is contained in:
James Brister
1999-10-02 21:16:57 +00:00
parent 4d723bc84e
commit e2ab74e3bf

View File

@@ -64,6 +64,7 @@ TARGETS = adb_test \
task_test \
timer_test \
wire_test \
nconf_test \
zone_test
# Alphabetically
@@ -93,6 +94,7 @@ SRCS = adb_test.c \
task_test.c \
timer_test.c \
wire_test.c \
nconf_test.c \
zone_test.c
@BIND9_MAKE_RULES@
@@ -201,6 +203,11 @@ dispatch_tcp_test: dispatch_tcp_test.@O@ printmsg.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS
${LIBTOOL} ${CC} ${CFLAGS} -o $@ dispatch_tcp_test.@O@ printmsg.@O@ \
${DNSLIBS} ${ISCLIBS} ${LIBS}
nconf_test: nconf_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
${LIBTOOL} ${CC} ${CFLAGS} -o $@ nconf_test.@O@ \
${DNSLIBS} ${ISCLIBS} ${LIBS}
clean distclean::
rm -f ${TARGETS}
rm -f t_journal