]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
link export/libisccfg againt DNS_CRYPTO_LIBS
authorMark Andrews <marka@daemon.lab.isc.org>
Wed, 3 Apr 2013 14:03:27 +0000 (14:03 +0000)
committerMark Andrews <marka@daemon.lab.isc.org>
Wed, 3 Apr 2013 14:03:55 +0000 (14:03 +0000)
lib/export/isccfg/Makefile.in

index 907af5086e22e0b074e4ac8086e2c39a569310f9..4aa5fc66d71ea919534e0f663333cf64d75289a0 100644 (file)
@@ -31,7 +31,7 @@ CDEFINES =
 CWARNINGS =
 
 ISCLIBS =      ../isc/libisc.@A@
-DNSLIBS =      ../dns/libdns.@A@
+DNSLIBS =      ../dns/libdns.@A@ @DNS_CRYPTO_LIBS@
 
 ISCDEPLIBS =   ../../lib/isc/libisc.@A@
 ISCCFGDEPLIBS =        libisccfg.@A@