]> granicus.if.org Git - pdns/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)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 18 Jan 2017 17:18:00 +0000 (18:18 +0100)
pdns/Makefile.am

index 0737761091f1de73fa06aebb0094c6dcaebce83b..d2c7ca64dbaa4927d37c2dc0c182aa027593d860 100644 (file)
@@ -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 \