add common to the dist without using makefiles
authorAndy Wingo <wingo@pobox.com>
Thu, 9 May 2002 16:53:07 +0000 (16:53 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 9 May 2002 16:53:07 +0000 (16:53 +0000)
Original commit message from CVS:
add common to the dist without using makefiles

Makefile.am
common
configure.ac

index ce8b230..1e9a380 100644 (file)
@@ -23,7 +23,7 @@ SUBDIRS = include gst libs tools \
        $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
 
 # These are all the possible subdirs
-DIST_SUBDIRS = common include libs gst tools tests testsuite examples docs
+DIST_SUBDIRS = include libs gst tools tests testsuite examples docs
 
 
 pkgconfigdir = $(libdir)/pkgconfig
@@ -33,10 +33,11 @@ EXTRA_DIST = gstreamer.spec.in \
             gstreamer.pc.in gstreamer-uninstalled.pc.in \
             configure.ac autogen.sh depcomp \
             LICENSE REQUIREMENTS ABOUT-NLS RELEASE DOCBUILDING \
-            idiottest.mak
+            idiottest.mak common
 
 dist-hook:
        cp gstreamer.spec $(distdir)
+       rm -rf `find $(distdir)/common -name CVS`
 
 rpm: dist
        rpm -ta $(distdir).tar.gz
diff --git a/common b/common
index 69cfea9..3ce22b8 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 69cfea918b2840b5076e60becdb39b96a8ca5ef5
+Subproject commit 3ce22b87b251e36d30660b72b8020011246b0c64
index c8573b1..37e2bff 100644 (file)
@@ -407,8 +407,6 @@ dnl #########################
 dnl libs/ext/Makefile
 AC_OUTPUT(
 Makefile
-common/Makefile
-common/m4/Makefile
 include/Makefile
 gst/Makefile
 gst/gstversion.h