From: Kees Monshouwer Date: Wed, 13 Nov 2013 10:38:37 +0000 (+0100) Subject: remove long gone tools from pdns/Makefile.am X-Git-Tag: rec-3.6.0-rc1~344^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e79e8a5b2861584e353523651664eb848932dd04;p=pdns remove long gone tools from pdns/Makefile.am --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 8e88cc772..ead24abe5 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -37,7 +37,7 @@ endif EXTRA_PROGRAMS=pdns_recursor sdig dnstcpbench dnsdist tsig-tests speedtest pdns_control dnsscope dnsgram rec_control \ testrunner dnsreplay \ -toysdig dnsdemog dnswasher dnsscan nproxy notify pdnssec dnsbulktest nsec3dig # dnslabel # tcptorture +toysdig dnsdemog dnswasher dnsscan nproxy notify pdnssec dnsbulktest nsec3dig pdns_server_SOURCES=dnspacket.cc nameserver.cc tcpreceiver.hh \ qtype.cc logger.cc arguments.cc packethandler.cc tcpreceiver.cc \ @@ -65,7 +65,7 @@ sha.hh md5.hh signingpipe.cc signingpipe.hh dnslabeltext.cc lua-pdns.cc lua-auth ednssubnet.cc ednssubnet.hh cachecleaner.hh json.cc json.hh \ version.hh version.cc rfc2136handler.cc responsestats.cc responsestats.hh -# + pdns_server_LDFLAGS=@moduleobjects@ @modulelibs@ @DYNLINKFLAGS@ @LIBDL@ @THREADFLAGS@ $(BOOST_SERIALIZATION_LDFLAGS) -rdynamic pdns_server_LDADD= $(POLARSSL_LIBS) $(BOOST_SERIALIZATION_LIBS) $(LUA_LIBS) $(SQLITE3_LIBS) $(LIBCURL_LIBS) -Lext/yahttp/yahttp -lyahttp @@ -188,6 +188,7 @@ nsec3dig_SOURCES=nsec3dig.cc sstuff.hh dnsparser.cc dnsparser.hh dnsrecords.cc d logger.cc statbag.cc qtype.cc sillyrecords.cc nsecrecords.cc base32.cc nsec3dig_LDADD= $(POLARSSL_LIBS) + toysdig_SOURCES=toysdig.cc sstuff.hh dnsparser.cc dnsparser.hh dnsrecords.cc dnswriter.cc dnslabeltext.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 \ @@ -197,11 +198,6 @@ toysdig_SOURCES=toysdig.cc sstuff.hh dnsparser.cc dnsparser.hh dnsrecords.cc dns randomhelper.cc -#tcptorture_SOURCES=tcptorture.cc sstuff.hh dnsparser.cc dnsparser.hh dnsrecords.cc dnswriter.cc dnslabeltext.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 dnslabeltext.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 \ @@ -226,16 +222,12 @@ dnsbulktest_SOURCES=dnsbulktest.cc misc.cc unix_utility.cc qtype.cc logger.cc st dnsbulktest_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ $(BOOST_PROGRAM_OPTIONS_LDFLAGS) dnsbulktest_LDADD= $(BOOST_PROGRAM_OPTIONS_LIBS) -# unix_utility.cc dnsscan_SOURCES=dnsscan.cc misc.cc qtype.cc anadns.hh \ logger.cc statbag.cc dnspcap.cc dnspcap.hh dnsparser.cc dnsrecords.cc dnsparser.hh \ rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh dnswriter.cc dnslabeltext.cc dnswriter.hh \ unix_utility.cc utility.hh sillyrecords.cc nsecrecords.cc base32.cc -#socketbench_SOURCES=socketbench.cc qtype.cc misc.cc unix_utility.cc\ -# logger.cc statbag.cc epollmplexer.cc - dnsreplay_SOURCES=dnsreplay.cc misc.cc qtype.cc anadns.hh \ logger.cc statbag.cc dnspcap.cc dnspcap.hh dnsparser.cc dnsrecords.cc dnsparser.hh \ rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh dnswriter.cc dnslabeltext.cc dnswriter.hh \