From: Aki Tuomi Date: Fri, 10 May 2013 10:32:38 +0000 (+0300) Subject: Added test-dnsrecords_cc.cc X-Git-Tag: auth-3.3-rc1~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=369d0499a0b8acb93213b4643da2a6ee863b6b7b;p=thirdparty%2Fpdns.git Added test-dnsrecords_cc.cc --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index f82d2d8721..144f6e989c 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -242,11 +242,12 @@ dnsdemog_SOURCES=dnsdemog.cc misc.cc unix_utility.cc qtype.cc \ rec_control_SOURCES=rec_channel.cc rec_channel.hh rec_control.cc arguments.cc arguments.hh misc.cc qtype.cc \ unix_utility.cc logger.cc statbag.cc -testrunner_SOURCES=testrunner.cc test-misc_hh.cc test-nameserver_cc.cc nameserver.cc misc.cc \ +testrunner_SOURCES=testrunner.cc test-misc_hh.cc test-nameserver_cc.cc test-dnsrecords_cc.cc nameserver.cc misc.cc \ unix_utility.cc logger.cc statbag.cc arguments.cc qtype.cc dnspacket.cc \ dnswriter.cc base64.cc base32.cc dnsrecords.cc dnslabeltext.cc dnsparser.cc \ rcpgenerator.cc ednssubnet.cc nsecrecords.cc sillyrecords.cc dnssecinfra.cc \ md5.cc test-base64_cc.cc test-iputils_hh.cc + testrunner_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) testrunner_LDADD= ext/polarssl-1.1.2/library/libpolarssl.a $(BOOST_UNIT_TEST_FRAMEWORK_LIBS)