From e7029d79425dd99547605b6124fd4111a593a073 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 16 Dec 2022 09:36:52 +0100 Subject: [PATCH] pdnsutil and testrunner need validate.hh, which the previous commit removed from dist --- pdns/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2