]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add missing dependancy
authorMark Andrews <marka@isc.org>
Mon, 9 May 2016 05:29:50 +0000 (15:29 +1000)
committerMark Andrews <marka@isc.org>
Mon, 9 May 2016 05:42:57 +0000 (15:42 +1000)
bin/tests/system/dyndb/driver/Makefile.in

index 055d935361729bcf05ccdb781a00982dc5eb9328..e28e3f36a958b9e8ec892f305a2c5f987c48336b 100644 (file)
@@ -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}