diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index eb92c7e76f..b4115b66d0 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -42,6 +42,8 @@ SUBDIRS = db dst master mem names rbt sockaddr tasks timers # Alphabetically TARGETS = keygen sdig signer XTARGETS = adb_test \ + byaddr_test \ + byname_test \ compress_test \ db_test \ dispatch_tcp_test \ @@ -79,6 +81,8 @@ XTARGETS = adb_test \ # Alphabetically SRCS = adb_test.c \ + byaddr_test.c \ + byname_test.c \ compress_test.c \ db_test.c \ dispatch_tcp_test.c \ @@ -141,10 +145,6 @@ keygen: keygen.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} ${LIBTOOL} ${CC} ${CFLAGS} -o $@ keygen.@O@ \ ${DNSLIBS} ${ISCLIBS} ${LIBS} -res_test: res_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} - ${LIBTOOL} ${CC} ${CFLAGS} -o $@ res_test.@O@ \ - ${DNSLIBS} ${ISCLIBS} ${LIBS} - byaddr_test: byaddr_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS} ${LIBTOOL} ${CC} ${CFLAGS} -o $@ byaddr_test.@O@ \ ${DNSLIBS} ${ISCLIBS} ${LIBS}