From: Charles-Henri Bruyand Date: Mon, 16 Apr 2018 10:55:35 +0000 (+0200) Subject: Auth: fix tools build X-Git-Tag: dnsdist-1.3.1~136^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b17575bd4834ad29960a7bb355e1afc9e657bd;p=thirdparty%2Fpdns.git Auth: fix tools build --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index bb7a428008..cfd721e18a 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -551,6 +551,7 @@ stubquery_SOURCES = \ dnsparser.cc \ dnsrecords.cc \ dnswriter.cc \ + iputils.cc \ logger.cc \ misc.cc \ nsecrecords.cc \ @@ -663,6 +664,7 @@ ixplore_SOURCES = \ dnssecinfra.cc \ dnswriter.cc dnswriter.hh \ gss_context.cc gss_context.hh \ + iputils.cc \ logger.cc \ misc.cc misc.hh \ nsecrecords.cc \ @@ -700,6 +702,7 @@ dnstcpbench_SOURCES = \ dnsrecords.cc \ dnstcpbench.cc \ dnswriter.cc dnswriter.hh \ + iputils.cc \ logger.cc \ misc.cc misc.hh \ nsecrecords.cc \