diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 8ce39e0616..abd46a1e8e 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -58,6 +58,7 @@ XTARGETS = adb_test \ mempool_test \ name_test \ nconf_test \ + ndcconf_test \ nxtify \ omapi_test \ ratelimiter_test \ @@ -95,6 +96,7 @@ SRCS = adb_test.c \ mempool_test.c \ name_test.c \ nconf_test.c \ + ndcconf_test.c \ nxtify.c \ omapi_test.c \ printmsg.c \ @@ -251,6 +253,10 @@ nconf_test: nconf_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} ${LIBTOOL} ${CC} ${CFLAGS} -o $@ nconf_test.@O@ \ ${DNSLIBS} ${ISCLIBS} ${LIBS} +ndcconf_test: ndcconf_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} + ${LIBTOOL} ${CC} ${CFLAGS} -o $@ ndcconf_test.@O@ \ + ${DNSLIBS} ${ISCLIBS} ${LIBS} + tkey_test: tkey_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} ${LIBTOOL} ${CC} ${CFLAGS} -o $@ tkey_test.@O@ \ ${DNSLIBS} ${ISCLIBS} ${LIBS}