From: bert hubert Date: Wed, 18 Jan 2017 17:18:00 +0000 (+0100) Subject: link in iputils.o in places that need it now for truncation of netmask X-Git-Tag: rec-4.1.0-alpha1~303^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ba0ebc5fe17ea9263ade38d4e76b63072397296;p=pdns link in iputils.o in places that need it now for truncation of netmask --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 073776109..d2c7ca64d 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -445,7 +445,7 @@ sdig_SOURCES = \ dnsparser.cc dnsparser.hh \ dnsrecords.cc \ dnswriter.cc dnswriter.hh \ - ednssubnet.cc \ + ednssubnet.cc iputils.cc \ logger.cc \ misc.cc misc.hh \ nsecrecords.cc \ @@ -675,6 +675,7 @@ toysdig_SOURCES = \ ednssubnet.cc ednssubnet.hh \ filterpo.hh \ gss_context.cc gss_context.hh \ + iputils.cc \ logger.cc \ misc.cc misc.hh \ nsecrecords.cc \ @@ -885,6 +886,7 @@ dnsreplay_SOURCES = \ dnswriter.cc dnswriter.hh \ ednssubnet.cc ednssubnet.hh \ ednsoptions.cc ednsoptions.hh \ + iputils.cc \ logger.cc \ misc.cc \ nsecrecords.cc \