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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c77f7f3b60755ef485008c9910b44207f6206ee6;p=pdns Automake doesn't support wildcards And this makes distuninstallcheck fail. --- diff --git a/Makefile.am b/Makefile.am index c827b117a..57b8d9ee0 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 \