From 97e9fc9e53039c141e1a14adab0865a04225848a Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 9 May 2016 15:29:50 +1000 Subject: [PATCH] add missing dependancy --- bin/tests/system/dyndb/driver/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/dyndb/driver/Makefile.in b/bin/tests/system/dyndb/driver/Makefile.in index 055d935361..e28e3f36a9 100644 --- a/bin/tests/system/dyndb/driver/Makefile.in +++ b/bin/tests/system/dyndb/driver/Makefile.in @@ -51,7 +51,7 @@ lib/sample.@SO@: sample.@SO@ $(SHELL) ${top_srcdir}/mkinstalldirs `pwd`/lib ${LIBTOOL_MODE_INSTALL} ${INSTALL} sample.@SO@ `pwd`/lib -sample.@SO@: ${OBJS} +sample.@SO@: ${OBJS} ${DNSDEPLIBS} ${ISCDEPLIBS} ${LIBTOOL_MODE_LINK} @SO_LD@ ${SO_LDFLAGS} -o $@ ${OBJS} \ ${DNSLIBS} ${ISCLIBS} @DNS_CRYPTO_LIBS@ ${LIBS}