From: David I. Lehn Date: Fri, 9 Aug 2002 20:56:56 +0000 (+0000) Subject: add common and m4 to dist X-Git-Tag: 1.19.3~507^2~24747 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e414a6536838d18eed264c2ebae740f793be8102;p=platform%2Fupstream%2Fgstreamer.git add common and m4 to dist Original commit message from CVS: add common and m4 to dist --- diff --git a/Makefile.am b/Makefile.am index 89ca870..6de076f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,4 +20,8 @@ DIST_SUBDIRS=gst-libs gst sys ext examples tools gconf ## testsuite EXTRA_DIST=gst-plugins.spec depcomp \ gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in \ AUTHORS COPYING README RELEASE \ - ChangeLog autogen.sh + ChangeLog autogen.sh common m4 + +dist-hook: + rm -rf `find $(distdir)/common -name CVS` + rm -rf `find $(distdir)/m4 -name CVS`