From 12c595ccbc2c47033cf3087a0d01e0a05e8ad69e Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 9 May 2002 16:53:07 +0000 Subject: [PATCH] add common to the dist without using makefiles Original commit message from CVS: add common to the dist without using makefiles --- Makefile.am | 5 +++-- common | 2 +- configure.ac | 2 -- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index ce8b23070b..1e9a380ea7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 69cfea918b..3ce22b87b2 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 69cfea918b2840b5076e60becdb39b96a8ca5ef5 +Subproject commit 3ce22b87b251e36d30660b72b8020011246b0c64 diff --git a/configure.ac b/configure.ac index c8573b1fab..37e2bffb52 100644 --- a/configure.ac +++ b/configure.ac @@ -407,8 +407,6 @@ dnl ######################### dnl libs/ext/Makefile AC_OUTPUT( Makefile -common/Makefile -common/m4/Makefile include/Makefile gst/Makefile gst/gstversion.h