From: bert hubert Date: Wed, 18 Jan 2017 17:49:51 +0000 (+0100) Subject: add iputils.cc to remotebackend tests X-Git-Tag: rec-4.1.0-alpha1~303^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4924%2Fhead;p=thirdparty%2Fpdns.git add iputils.cc to remotebackend tests --- diff --git a/modules/remotebackend/Makefile.am b/modules/remotebackend/Makefile.am index ffe8a353ae..e965c51b42 100644 --- a/modules/remotebackend/Makefile.am +++ b/modules/remotebackend/Makefile.am @@ -105,6 +105,7 @@ libtestremotebackend_la_SOURCES = \ ../../pdns/dnsrecords.cc \ ../../pdns/dnssecinfra.cc \ ../../pdns/ednssubnet.cc \ + ../../pdns/iputils.cc \ ../../pdns/logger.cc \ ../../pdns/misc.cc \ ../../pdns/nsecrecords.cc \