]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] atomic test doesn't need libdns
authorEvan Hunt <each@isc.org>
Thu, 16 Jan 2014 17:24:44 +0000 (09:24 -0800)
committerEvan Hunt <each@isc.org>
Thu, 16 Jan 2014 17:24:44 +0000 (09:24 -0800)
bin/tests/atomic/Makefile.in

index 2d5275023c566dac90e0d3267039016fcb3783e1..9ba23f2c1507ad2bbb43976bd4799b0a5bc7870f 100644 (file)
@@ -25,18 +25,15 @@ CINCLUDES = ${TEST_INCLUDES} ${DNS_INCLUDES} ${ISC_INCLUDES}
 CDEFINES =
 CWARNINGS =
 
-# Note that we do not want to use libtool for libt_api
-DNSLIBS =      ../../../lib/dns/libdns.@A@ @DNS_CRYPTO_LIBS@
 ISCLIBS =      ../../../lib/isc/libisc.@A@
 ISCPK11LIBS =  ../../../lib/iscpk11/libiscpk11.@A@
 
-DNSDEPLIBS =   ../../../lib/dns/libdns.@A@
 ISCDEPLIBS =   ../../../lib/isc/libisc.@A@
 ISCPK11DEPLIBS = ../../../lib/iscpk11/libiscpk11.@A@
 
-DEPLIBS =      ${DNSDEPLIBS} ${ISCDEPLIBS} ${ISCPK11DEPLIBS}
+DEPLIBS =      ${ISCDEPLIBS} ${ISCPK11DEPLIBS}
 
-LIBS =         ${DNSLIBS} ${ISCLIBS} ${ISCPK11LIBS} @LIBS@
+LIBS =         ${ISCLIBS} ${ISCPK11LIBS} @LIBS@
 
 TLIB =         ../../../lib/tests/libt_api.@A@