summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2002-08-09 20:56:56 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2002-08-09 20:56:56 +0000
commite414a6536838d18eed264c2ebae740f793be8102 (patch)
tree7e4020e64857b52e4e6a2f5c02ac8981d05559bf /Makefile.am
parentc873868c3befd2ba978685576753967cff1f6353 (diff)
downloadgst-plugins-bad-e414a6536838d18eed264c2ebae740f793be8102.tar.gz
gst-plugins-bad-e414a6536838d18eed264c2ebae740f793be8102.tar.bz2
gst-plugins-bad-e414a6536838d18eed264c2ebae740f793be8102.zip
add common and m4 to dist
Original commit message from CVS: add common and m4 to dist
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 89ca8708..6de076fc 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`