From: Peter van Dijk Date: Fri, 16 Dec 2022 08:36:52 +0000 (+0100) Subject: pdnsutil and testrunner need validate.hh, which the previous commit removed from... X-Git-Tag: dnsdist-1.8.0-rc1~158^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7029d79425dd99547605b6124fd4111a593a073;p=thirdparty%2Fpdns.git pdnsutil and testrunner need validate.hh, which the previous commit removed from dist --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 131b2dd4b9..f05f6f4be9 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -394,6 +394,7 @@ pdnsutil_SOURCES = \ ueberbackend.cc \ unix_utility.cc \ uuid-utils.hh uuid-utils.cc \ + validate.hh \ zonemd.hh zonemd.cc \ zoneparser-tng.cc @@ -1422,6 +1423,7 @@ testrunner_SOURCES = \ tsigverifier.cc tsigverifier.hh \ ueberbackend.cc ueberbackend.hh \ unix_utility.cc \ + validate.hh \ zonemd.cc zonemd.hh \ zoneparser-tng.cc zoneparser-tng.hh