]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
make building recursor using dist-recursor work again (thanks qvr)
authorBert Hubert <bert.hubert@netherlabs.nl>
Mon, 8 Sep 2008 15:26:23 +0000 (15:26 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Mon, 8 Sep 2008 15:26:23 +0000 (15:26 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1263 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile-recursor
pdns/dist-recursor

index 53dda7c39d8be07bd0716e00fb20f516f6a03756..50c395eb1f29b5106e9f969c3c749b547b3a72fe 100644 (file)
@@ -22,7 +22,8 @@ PDNS_RECURSOR_OBJECTS=syncres.o  misc.o unix_utility.o qtype.o logger.o  \
 arguments.o lwres.o pdns_recursor.o recursor_cache.o dnsparser.o \
 dnswriter.o dnsrecords.o rcpgenerator.o base64.o zoneparser-tng.o \
 rec_channel.o rec_channel_rec.o selectmplexer.o sillyrecords.o \
-dns_random.o aescrypt.o aeskey.o aes_modes.o aestab.o lua-pdns-recursor.o
+dns_random.o aescrypt.o aeskey.o aes_modes.o aestab.o lua-pdns-recursor.o \
+randomhelper.o
 
 REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o 
 
index 6f2fb001b3b060ad965d38cee98704392d415ee7..11357f5e891f8cf66efe517d3f368fc565f8eef5 100755 (executable)
@@ -13,7 +13,7 @@ recursor_cache.cc  dnsparser.cc dnswriter.cc  dnsrecords.cc  rcpgenerator.cc  \
 base64.cc  zoneparser-tng.cc  rec_channel.cc rec_channel_rec.cc rec_control.cc \
 selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc pdns_hw.cc \
 win32_mtasker.cc win32_rec_channel.cc win32_logger.cc ntservice.cc \
-recursorservice.cc sillyrecords.cc lua-pdns-recursor.cc"
+recursorservice.cc sillyrecords.cc lua-pdns-recursor.cc randomhelper.cc"
 
 cd docs
 make pdns_recursor.1 rec_control.1