summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
m---------common0
2 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`
diff --git a/common b/common
-Subproject 316e406cd246e8cbccdf4df4ce32e98c63d7cc7
+Subproject 59ed6821982c4f5f989b1a635e34dc782d0a8e3