From 672100c895f862a1517e78cd8f85849140990d34 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 15 Oct 2019 10:13:37 +0200 Subject: [PATCH] Add regression-tests/zones/unit2.test to EXTRA_DIST Otherwise the unit tests fail. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index e26c915213..704855f1c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ EXTRA_DIST = \ contrib/powerdns.solaris.init.d \ pdns/named.conf.parsertest \ regression-tests/zones/unit.test \ + regression-tests/zones/unit2.test \ builder-support/gen-version ACLOCAL_AMFLAGS = -I m4 -- 2.47.2