]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix up compilation on travis and standalone
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 18 Oct 2015 18:47:02 +0000 (20:47 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 18 Oct 2015 18:47:02 +0000 (20:47 +0200)
build-scripts/dist-recursor
pdns/Makefile-recursor

index ca3182c43fc38ac7d5c70e74b3007b6f68d6c476..e52f67a31cef6a91cc4ddec8e362d0b690b16eca 100755 (executable)
@@ -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
 
index 8954fafca6af31774f42e655fba8593f0b588c4e..a3718521c7d7efa456bfe38b6e98a3e54bd65753 100644 (file)
@@ -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