]> granicus.if.org Git - pdns/commitdiff
make sure dnsreplay builds, and that it does so by default
authorBert Hubert <bert.hubert@netherlabs.nl>
Mon, 17 May 2010 19:00:05 +0000 (19:00 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Mon, 17 May 2010 19:00:05 +0000 (19:00 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1618 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile.am

index f7e7ce02932f583aecf9ba2107cf6ebb0125c91d..b76b00c718d5d297f04e4d9768ba93ceaca9f526 100644 (file)
@@ -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)