]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add saxfr to tools 1296/head
authorKees Monshouwer <mind04@monshouwer.org>
Mon, 24 Feb 2014 13:11:22 +0000 (14:11 +0100)
committermind04 <mind04@monshouwer.org>
Mon, 24 Feb 2014 13:18:57 +0000 (14:18 +0100)
pdns/Makefile.am

index c3b439ebf891d54910cf3cc8903efcc4e223627d..98fa060f2afd116f188dd7f272247a8c94ef53a8 100644 (file)
@@ -32,12 +32,12 @@ sbin_PROGRAMS = pdns_server
 bin_PROGRAMS = pdns_control pdnssec zone2sql zone2ldap zone2json
 
 if TOOLS
-  bin_PROGRAMS += dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher nproxy dnsdist nsec3dig
+  bin_PROGRAMS += dnsbulktest dnsreplay dnsscan dnsscope dnstcpbench dnswasher nproxy dnsdist nsec3dig saxfr
 endif
 
 EXTRA_PROGRAMS=pdns_recursor sdig saxfr dnstcpbench dnsdist tsig-tests speedtest pdns_control dnsscope dnsgram rec_control \
 testrunner dnsreplay \
-toysdig dnsdemog dnswasher dnsscan nproxy notify pdnssec dnsbulktest nsec3dig
+toysdig dnsdemog dnswasher dnsscan nproxy notify pdnssec dnsbulktest nsec3dig saxfr
 
 pdns_server_SOURCES=dnspacket.cc nameserver.cc tcpreceiver.hh \
 qtype.cc logger.cc arguments.cc packethandler.cc tcpreceiver.cc \