From: Ruben Kerkhof Date: Sun, 20 Jul 2014 20:50:34 +0000 (+0200) Subject: Automake doesn't support wildcards X-Git-Tag: auth-3.4.0-rc1~58^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1585%2Fhead;p=thirdparty%2Fpdns.git Automake doesn't support wildcards And this makes distuninstallcheck fail. --- 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 \