]> granicus.if.org Git - pdns/commitdiff
ship ednssubnet stuff in the recursor tarball
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 12 Nov 2015 10:46:07 +0000 (11:46 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 12 Nov 2015 10:46:07 +0000 (11:46 +0100)
build-scripts/dist-recursor
pdns/Makefile-recursor

index cd1946bf4df0fff1e93d233aa83407389ee784cc..663c0bf70e7ae49f9bf6a8d3c2c37acaaaceb161 100755 (executable)
@@ -37,7 +37,8 @@ recpacketcache.hh base32.hh cachecleaner.hh json.hh version.hh \
 ws-recursor.hh ws-api.hh secpoll-recursor.hh \
 responsestats.hh webserver.hh dnsname.hh dnspacket.hh ednssubnet.hh \
 filterpo.hh rpzloader.hh ixfr.hh gss_context.hh resolver.hh dnssecinfra.hh \
-dnsseckeeper.hh statbag.hh ueberbackend.hh sha.hh dnsbackend.hh comment.hh"
+dnsseckeeper.hh statbag.hh ueberbackend.hh sha.hh dnsbackend.hh comment.hh \
+ednssubnet.hh"
 
 CFILES="syncres.cc iputils.cc  misc.cc unix_utility.cc qtype.cc \
 logger.cc arguments.cc  lwres.cc pdns_recursor.cc lua-iputils.cc \
@@ -48,7 +49,8 @@ sillyrecords.cc pubsuffix.cc lua-pdns.cc lua-recursor.cc randomhelper.cc \
 devpollmplexer.cc recpacketcache.cc dns.cc reczones.cc base32.cc nsecrecords.cc \
 dnslabeltext.cc json.cc ws-recursor.cc ws-api.cc version.cc dns_random.cc \
 responsestats.cc webserver.cc rec-carbon.cc secpoll-recursor.cc dnsname.cc \
-filterpo.cc rpzloader.cc ixfr.cc dnssecinfra.cc gss_context.cc resolver.cc"
+filterpo.cc rpzloader.cc ixfr.cc dnssecinfra.cc gss_context.cc resolver.cc \
+ednssubnet.cc"
 
 ./mkpubsuffixcc
 
index c3d41d8e8a2b70e64a1591cdf20715f6133fe5f5..baee721b2849d0594e5ce004c45d5f2b295be4c9 100644 (file)
@@ -28,7 +28,8 @@ lua-pdns.o lua-recursor.o randomhelper.o recpacketcache.o dns.o \
 reczones.o base32.o nsecrecords.o json.o ws-recursor.o ws-api.o \
 version.o responsestats.o webserver.o ext/yahttp/yahttp/reqresp.o ext/yahttp/yahttp/router.o \
 rec-carbon.o secpoll-recursor.o lua-iputils.o iputils.o dnsname.o \
-rpzloader.o filterpo.o resolver.o ixfr.o dnssecinfra.o gss_context.o
+rpzloader.o filterpo.o resolver.o ixfr.o dnssecinfra.o gss_context.o \
+ednssubnet.o
 
 REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o misc.o \
        unix_utility.o logger.o qtype.o dnslabeltext.o dnsname.o