]> granicus.if.org Git - pdns/commitdiff
add nproxy file for distrbution
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 16 Aug 2007 21:44:20 +0000 (21:44 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 16 Aug 2007 21:44:20 +0000 (21:44 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1086 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile.am

index 492fa167c04dffdb56d39aa276d5c2f2fcb6d32f..40dc45a2d5eb0743c97d8e04f982186ead7bfc83 100644 (file)
@@ -19,7 +19,7 @@ bin_PROGRAMS = pdns_control
 endif
 
 
-EXTRA_PROGRAMS=pdns_recursor sdig dnspbench pdns_control dnsscope dnsgram dnsdemog dnswasher dnsreplay dnsscan dnslog nproxy
+EXTRA_PROGRAMS=pdns_recursor sdig dnspbench pdns_control dnsscope dnsgram dnsdemog dnswasher dnsreplay dnsscan dnslog nproxy notify
 
 pdns_server_SOURCES=dnspacket.cc nameserver.cc tcpreceiver.hh \
 qtype.cc logger.cc arguments.cc packethandler.cc tcpreceiver.cc \
@@ -79,10 +79,16 @@ dnsreplay_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ -lboost_program_options
 
 nproxy_SOURCES=nproxy.cc dnsparser.cc dnsrecords.cc dnsparser.hh  \
        rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh dnswriter.cc dnswriter.hh \
-       sillyrecords.cc selectmplexer.cc 
+       sillyrecords.cc selectmplexer.cc  mplexer.hh
 
 nproxy_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ -lboost_program_options
 
+notify_SOURCES=notify.cc dnsparser.cc dnsrecords.cc dnsparser.hh  \
+       rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh dnswriter.cc dnswriter.hh \
+       sillyrecords.cc selectmplexer.cc 
+
+notify_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ -lboost_program_options
+
 
 dnsscope_SOURCES=dnsscope.cc misc.cc unix_utility.cc qtype.cc \
        logger.cc statbag.cc  dnspcap.cc dnspcap.hh dnsparser.cc dnsrecords.cc \