From: Pieter Lexis Date: Sat, 11 Jul 2015 08:34:41 +0000 (+0200) Subject: DNSName: fix build of rec_control X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~57^2~3^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d36190345a9ea736d41f05d5c013dcb7fbb9dc;p=thirdparty%2Fpdns.git DNSName: fix build of rec_control --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index e60cad4947..c8220e4e55 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -957,6 +957,8 @@ dnsdemog_LDADD = $(POLARSSL_LIBS) rec_control_SOURCES = \ arguments.cc arguments.hh \ + dnsname.hh dnsname.cc \ + dnslabeltext.cc \ logger.cc \ misc.cc \ qtype.cc \