From: bert hubert Date: Thu, 12 Nov 2015 10:46:07 +0000 (+0100) Subject: ship ednssubnet stuff in the recursor tarball X-Git-Tag: dnsdist-1.0.0-alpha1~230^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13509fcf648c304925574d2d3d23909df7a2b9fb;p=pdns ship ednssubnet stuff in the recursor tarball --- diff --git a/build-scripts/dist-recursor b/build-scripts/dist-recursor index cd1946bf4..663c0bf70 100755 --- a/build-scripts/dist-recursor +++ b/build-scripts/dist-recursor @@ -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 diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index c3d41d8e8..baee721b2 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -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