- test -f modules/remotebackend/test-suite.log && cat modules/remotebackend/test-suite.log || true
#DNSName - make -k -j3 -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnsdist|calidns')
- - make -k -j3 -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnsdist|calidns|speedtest')
+ - make -k -j3 -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$ | grep -E -v 'dnspcap2protobuf|dnsdist|calidns|speedtest')
- cd pdns
- ./pdnsutil test-algorithms
EXTRA_DIST = \
dnslabeltext.rl \
dnslabeltext.cc \
+ dnsmessage.proto \
effective_tld_names.dat \
mtasker.cc \
inflighter.cc \
base32.cc \
base64.cc base64.hh \
dnslabeltext.cc \
- dnsmessage.pb.cc dnsmessage.pb.h \
dnsname.cc dnsname.hh \
dnsparser.cc dnsparser.hh \
dnspcap.cc dnspcap.hh \
unix_utility.cc \
utility.hh
+nodist_dnspcap2protobuf_SOURCES=dnsmessage.pb.cc dnsmessage.pb.h
+
dnspcap2protobuf_LDFLAGS = \
$(AM_LDFLAGS) \
$(OPENSSL_LDFLAGS) \