From: Stefano Zacchiroli Date: Thu, 7 Jul 2005 12:23:39 +0000 (+0000) Subject: s/debian\//debian/: avoid issue on make dist with new automake X-Git-Tag: V_0_7_1~19 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=dcc171f387b2bcaf510cb51c0cf7d5006e183763;p=helm.git s/debian\//debian/: avoid issue on make dist with new automake --- diff --git a/helm/DEVEL/gdome_xslt/Makefile.am b/helm/DEVEL/gdome_xslt/Makefile.am index 5c36bb5ff..e31283586 100644 --- a/helm/DEVEL/gdome_xslt/Makefile.am +++ b/helm/DEVEL/gdome_xslt/Makefile.am @@ -1,6 +1,6 @@ DISTDIR = @PACKAGE@-@VERSION@ -EXTRA_DIST = BUGS LICENSE aclocal.m4 debian/ gdome2-xslt.pc.in gdome2-xslt-cpp-smart.pc.in +EXTRA_DIST = BUGS LICENSE aclocal.m4 debian gdome2-xslt.pc.in gdome2-xslt-cpp-smart.pc.in pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gdome2-xslt.pc gdome2-xslt-cpp-smart.pc