From 3cec325ff7b3f064ade1a3cfab49ad65f586113d Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Wed, 8 May 2002 21:18:20 +0000 Subject: [PATCH] add common to dist Original commit message from CVS: add common to dist --- Makefile.am | 2 +- common | 2 +- configure.ac | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index c637fa8e2d..4b072978f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS=gst-libs gst sys ext examples tools ## testsuite -DIST_SUBDIRS=gst-libs gst sys ext examples tools ## testsuite +DIST_SUBDIRS=common gst-libs gst sys ext examples tools ## testsuite EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README RELEASE ChangeLog autogen.sh diff --git a/common b/common index 8d060610bb..69cfea918b 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 8d060610bbe0af2f159b40c8b23076896b4104a5 +Subproject commit 69cfea918b2840b5076e60becdb39b96a8ca5ef5 diff --git a/configure.ac b/configure.ac index 83230534bb..13779683ce 100644 --- a/configure.ac +++ b/configure.ac @@ -750,6 +750,8 @@ Makefile gstreamer-libs.pc gstreamer-libs-uninstalled.pc gst-plugins.spec +common/Makefile +common/m4/Makefile gst/Makefile gst/ac3parse/Makefile gst/adder/Makefile