From: Aki Tuomi Date: Thu, 20 Feb 2014 06:53:57 +0000 (+0200) Subject: Add dns.cc to testrunner deps X-Git-Tag: rec-3.6.0-rc1~173^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17b13f39a0e7d8d0fcfe08f07b33bbb044b2b9e1;p=thirdparty%2Fpdns.git Add dns.cc to testrunner deps --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 6dc488a4ff..3f884a5240 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -271,7 +271,7 @@ testrunner_SOURCES=testrunner.cc test-misc_hh.cc test-nameserver_cc.cc test-dnsr rcpgenerator.cc ednssubnet.cc nsecrecords.cc sillyrecords.cc dnssecinfra.cc \ test-base64_cc.cc test-iputils_hh.cc test-dns_random_hh.cc dns_random.cc \ test-rcpgenerator_cc.cc responsestats.cc test-bindparser_cc.cc \ - bindparser.cc bindlexer.c + bindparser.cc bindlexer.c dns.cc testrunner_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) testrunner_LDADD= $(POLARSSL_LIBS) $(BOOST_UNIT_TEST_FRAMEWORK_LIBS)