From: Bert Hubert Date: Mon, 17 May 2010 19:00:05 +0000 (+0000) Subject: make sure dnsreplay builds, and that it does so by default X-Git-Tag: rec-3.3~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7876e3bdd82624f38e069bbc35a5faee7e9e5f23;p=pdns make sure dnsreplay builds, and that it does so by default git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1618 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index f7e7ce029..b76b00c71 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -14,14 +14,14 @@ sysconf_DATA = pdns.conf-dist if RECURSOR sbin_PROGRAMS = pdns_server pdns_recursor -bin_PROGRAMS = pdns_control rec_control pdnssec +bin_PROGRAMS = pdns_control rec_control pdnssec dnsreplay else sbin_PROGRAMS = pdns_server -bin_PROGRAMS = pdns_control pdnssec +bin_PROGRAMS = pdns_control pdnssec dnsreplay endif EXTRA_PROGRAMS=pdns_recursor sdig tsig-tests speedtest pdns_control dnsscope dnsgram \ - dnsdemog dnswasher dnsreplay dnsscan dnslog nproxy notify pdnssec + dnsdemog dnswasher dnsscan dnslog nproxy notify pdnssec pdns_server_SOURCES=dnspacket.cc nameserver.cc tcpreceiver.hh \ qtype.cc logger.cc arguments.cc packethandler.cc tcpreceiver.cc \ @@ -105,7 +105,7 @@ dnslog_SOURCES=dnslog.cc misc.cc qtype.cc anadns.hh \ 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 dnswriter.hh \ - unix_utility.cc utility.hh sillyrecords.cc + unix_utility.cc utility.hh sillyrecords.cc nsecrecords.cc base32.cc dnsreplay_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ $(BOOST_FILESYSTEM_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LDFLAGS) dnsreplay_LDADD=$(BOOST_FILESYSTEM_LIBS) $(BOOST_PROGRAM_OPTIONS_LIBS)