From 64d36190345a9ea736d41f05d5c013dcb7fbb9dc Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Sat, 11 Jul 2015 10:34:41 +0200 Subject: [PATCH] DNSName: fix build of rec_control --- pdns/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.47.2