From 68b17575bd4834ad29960a7bb355e1afc9e657bd Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand Date: Mon, 16 Apr 2018 12:55:35 +0200 Subject: [PATCH] Auth: fix tools build --- pdns/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.47.3