From: Pieter Lexis Date: Fri, 10 Jul 2015 12:21:11 +0000 (+0200) Subject: DNSName: fix dumresp X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~57^2~3^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd9a15db9bb00c992d9d5e0c7cb79868819ebab4;p=thirdparty%2Fpdns.git DNSName: fix dumresp --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 49acfc0141..3fe067226e 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -518,6 +518,8 @@ calidns_LDADD = $(POLARSSL_LIBS) calidns_LDFLAGS=$(THREADFLAGS) dumresp_SOURCES = \ + dnslabeltext.cc \ + dnsname.cc dnsname.hh \ dumresp.cc \ logger.cc \ misc.cc misc.hh \