From c77f7f3b60755ef485008c9910b44207f6206ee6 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 20 Jul 2014 22:50:34 +0200 Subject: [PATCH] Automake doesn't support wildcards And this makes distuninstallcheck fail. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c827b117a9..57b8d9ee04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS=modules codedocs @programdescend@ DIST_SUBDIRS=modules codedocs pdns pdns/ext/rapidjson -EXTRA_DIST=README INSTALL NOTICE debian-pdns/* pdns.spec \ +EXTRA_DIST=README INSTALL NOTICE debian-pdns pdns.spec \ 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 \ -- 2.47.2