Changeset 1086

Show
Ignore:
Timestamp:
08/16/07 23:44:20 (1 year ago)
Author:
ahu
Message:

add nproxy file for distrbution

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pdns/pdns/Makefile.am

    r1075 r1086  
    2020 
    2121 
    22 EXTRA_PROGRAMS=pdns_recursor sdig dnspbench pdns_control dnsscope dnsgram dnsdemog dnswasher dnsreplay dnsscan dnslog nproxy 
     22EXTRA_PROGRAMS=pdns_recursor sdig dnspbench pdns_control dnsscope dnsgram dnsdemog dnswasher dnsreplay dnsscan dnslog nproxy notify 
    2323 
    2424pdns_server_SOURCES=dnspacket.cc nameserver.cc tcpreceiver.hh \ 
     
    8080nproxy_SOURCES=nproxy.cc dnsparser.cc dnsrecords.cc dnsparser.hh  \ 
    8181        rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh dnswriter.cc dnswriter.hh \ 
     82        sillyrecords.cc selectmplexer.cc  mplexer.hh 
     83 
     84nproxy_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ -lboost_program_options 
     85 
     86notify_SOURCES=notify.cc dnsparser.cc dnsrecords.cc dnsparser.hh  \ 
     87        rcpgenerator.cc rcpgenerator.hh base64.cc base64.hh dnswriter.cc dnswriter.hh \ 
    8288        sillyrecords.cc selectmplexer.cc  
    8389 
    84 nproxy_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ -lboost_program_options 
     90notify_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ -lboost_program_options 
    8591 
    8692