From: bert hubert Date: Sun, 18 Oct 2015 18:47:02 +0000 (+0200) Subject: fix up compilation on travis and standalone X-Git-Tag: dnsdist-1.0.0-alpha1~252^2~6^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d2f0ad0575a8cd0ddba04bc722ade7f23ecead0;p=thirdparty%2Fpdns.git fix up compilation on travis and standalone --- diff --git a/build-scripts/dist-recursor b/build-scripts/dist-recursor index ca3182c43f..e52f67a31c 100755 --- a/build-scripts/dist-recursor +++ b/build-scripts/dist-recursor @@ -35,7 +35,8 @@ mplexer.hh pubsuffix.hh mbedtlscompat.hh \ dns_random.hh lua-pdns.hh lua-recursor.hh namespaces.hh \ 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" +responsestats.hh webserver.hh dnsname.hh dnspacket.hh ednssubnet.hh \ +filterpo.hh rpzloader.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 \ @@ -45,7 +46,8 @@ selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc pdns_hw.cc \ 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" +responsestats.cc webserver.cc rec-carbon.cc secpoll-recursor.cc dnsname.cc \ +filterpo.cc rpzloader.cc" ./mkpubsuffixcc diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index 8954fafca6..a3718521c7 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -24,7 +24,8 @@ dns_random.o pubsuffix.o ext/mbedtls/library/aes.o ext/mbedtls/library/base64.o 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 +rec-carbon.o secpoll-recursor.o lua-iputils.o iputils.o dnsname.o \ +rpzloader.o filterpo.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