From: Pieter Lexis Date: Fri, 10 Jul 2015 12:21:32 +0000 (+0200) Subject: DNSName: fix dnswasher X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~57^2~3^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=857a2101a9cd603314f50885c890039f84b2e3cc;p=pdns DNSName: fix dnswasher --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 3fe067226..e60cad494 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -733,9 +733,12 @@ speedtest_LDADD = $(POLARSSL_LIBS) \ $(RT_LIBS) dnswasher_SOURCES = \ + dnslabeltext.cc \ + dnsname.hh dnsname.cc \ dnsparser.hh \ dnspcap.cc dnspcap.hh \ dnswasher.cc \ + dnswriter.hh \ logger.cc \ misc.cc \ qtype.cc \