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 \
-randomhelper.o recpacketcache.o dns.o reczones.o
+randomhelper.o recpacketcache.o dns.o reczones.o base32.o nsecrecords.o
REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o
#!/usr/bin/env bash
-VERSION=3.2
+VERSION=3.3-pre
INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \
rcpgenerator.hh lock.hh dnswriter.hh dnsrecords.hh dnsparser.hh utility.hh \
sstuff.hh mtasker.hh mtasker.cc lwres.hh logger.hh ahuexception.hh \
mplexer.hh win32_mtasker.hh win32_utility.cc ntservice.hh singleton.hh \
recursorservice.hh dns_random.hh lua-pdns-recursor.hh namespaces.hh \
-recpacketcache.hh"
+recpacketcache.hh base32.hh"
CFILES="syncres.cc misc.cc unix_utility.cc qtype.cc \
logger.cc arguments.cc lwres.cc pdns_recursor.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 randomhelper.cc \
-devpollmplexer.cc recpacketcache.cc dns.cc reczones.cc"
+devpollmplexer.cc recpacketcache.cc dns.cc reczones.cc base32.cc nsecrecords.cc"
cd docs
make pdns_recursor.1 rec_control.1
cp Makefile-recursor $DIRNAME/Makefile
cp Makefile-recursor.win32 $DIRNAME/Makefile.win32
cp README-recursor $DIRNAME/README
-cp COPYING $DIRNAME/
+cp ../COPYING $DIRNAME/
cp config-recursor.h $DIRNAME/config.h
mkdir $DIRNAME/rrd
cp tools/rrd/{create,update,makegraphs,index.html} $DIRNAME/rrd