]> granicus.if.org Git - pdns/commitdiff
make sure dnsscope compiles again
authorBert Hubert <bert.hubert@netherlabs.nl>
Fri, 16 Jul 2010 15:03:39 +0000 (15:03 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Fri, 16 Jul 2010 15:03:39 +0000 (15:03 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1669 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile.am

index 53c070965907f19d7925444bbcfedb3ef6bc3fc7..a9d64dbf5e73c617621849f31979e12cd4840046 100644 (file)
@@ -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@