From: Bert Hubert Date: Fri, 16 Jul 2010 15:03:39 +0000 (+0000) Subject: make sure dnsscope compiles again X-Git-Tag: rec-3.3~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e81d3f4502e5df8a004f6cb4207d146ead3633ba;p=pdns make sure dnsscope compiles again git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1669 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 53c070965..a9d64dbf5 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = pdns_control pdnssec dnsreplay endif EXTRA_PROGRAMS=pdns_recursor sdig tsig-tests speedtest pdns_control dnsscope dnsgram \ - dnsdemog dnswasher dnsscan dnslog nproxy notify pdnssec dnsbulktest + dnsdemog dnswasher dnsscan dnslog nproxy notify pdnssec dnsbulktest # tcptorture pdns_server_SOURCES=dnspacket.cc nameserver.cc tcpreceiver.hh \ qtype.cc logger.cc arguments.cc packethandler.cc tcpreceiver.cc \ @@ -69,6 +69,11 @@ sdig_SOURCES=sdig.cc sstuff.hh dnsparser.cc dnsparser.hh dnsrecords.cc dnswriter misc.cc misc.hh rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh unix_utility.cc \ logger.cc statbag.cc qtype.cc sillyrecords.cc nsecrecords.cc base32.cc +#tcptorture_SOURCES=tcptorture.cc sstuff.hh dnsparser.cc dnsparser.hh dnsrecords.cc dnswriter.cc dnswriter.hh \ +# misc.cc misc.hh rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh unix_utility.cc \ +# logger.cc statbag.cc qtype.cc sillyrecords.cc nsecrecords.cc base32.cc + + tsig_tests_SOURCES=tsig-tests.cc sstuff.hh dnsparser.cc dnsparser.hh dnsrecords.cc dnswriter.cc dnswriter.hh \ misc.cc misc.hh rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh unix_utility.cc \ logger.cc statbag.cc qtype.cc sillyrecords.cc md5.cc @@ -129,7 +134,7 @@ notify_LDADD=$(BOOST_FILESYSTEM_LIBS) $(BOOST_PROGRAM_OPTIONS_LIBS) dnsscope_SOURCES=dnsscope.cc misc.cc unix_utility.cc qtype.cc \ logger.cc statbag.cc dnspcap.cc dnspcap.hh dnsparser.cc dnsrecords.cc \ base64.cc base64.hh dnswriter.cc dnswriter.hh rcpgenerator.cc rcpgenerator.hh \ - utility.hh dnsparser.hh sillyrecords.cc + utility.hh dnsparser.hh sillyrecords.cc nsecrecords.cc base32.cc dnsscope_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@