]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
link in iputils.o in places that need it now for truncation of netmask
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 18 Jan 2017 17:18:00 +0000 (18:18 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 31 May 2017 14:10:11 +0000 (16:10 +0200)
(cherry picked from commit 4ba0ebc5fe17ea9263ade38d4e76b63072397296)

pdns/Makefile.am

index 6231b932f87a388531cf059c8b36a33050ed821f..175a37a2221da8b11048c58ff5c6773e7ab23a11 100644 (file)
@@ -444,7 +444,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 \
@@ -674,6 +674,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 \
@@ -884,6 +885,7 @@ dnsreplay_SOURCES = \
        dnswriter.cc dnswriter.hh \
        ednssubnet.cc ednssubnet.hh \
        ednsoptions.cc ednsoptions.hh \
+       iputils.cc \
        logger.cc \
        misc.cc \
        nsecrecords.cc \