From 69df03028ed7023560f27e0322e8c838386ec0f2 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 16 Jun 2014 08:14:59 +0000 Subject: [PATCH] add unit test files to dist, fixes #1475 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 20346ba64..fc6a6e450 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ codedocs/doxygen.conf contrib/powerdns.solaris.init.d \ contrib/systemd-pdns.service contrib/systemd-pdns-recursor.service \ bootstrap build-scripts/semistaticg++ pdns/docs/dnstcpbench.1 \ build-scripts/redhat/pdns-server-test.spec \ -pdns/ext/rapidjson/Makefile +pdns/ext/rapidjson/Makefile \ +pdns/named.conf.parsertest regression-tests/zones/unit.test ACLOCAL_AMFLAGS = -I m4 -- 2.40.0