diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-05-08 21:19:38 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-05-08 21:19:38 +0000 |
commit | c7a20d6e69b572a1a33a4db4e503e63f5e5b5e52 (patch) | |
tree | 80c1573569188792ae13fcfe0720476d57bb82e0 | |
parent | 406567032e245c0a48364902e42fffe42f68244e (diff) | |
download | gst-plugins-bad-c7a20d6e69b572a1a33a4db4e503e63f5e5b5e52.tar.gz gst-plugins-bad-c7a20d6e69b572a1a33a4db4e503e63f5e5b5e52.tar.bz2 gst-plugins-bad-c7a20d6e69b572a1a33a4db4e503e63f5e5b5e52.zip |
duh, revert last stupid commit adding non-existant common dir
Original commit message from CVS:
duh, revert last stupid commit adding non-existant common dir
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 4b072978..c637fa8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS=gst-libs gst sys ext examples tools ## testsuite -DIST_SUBDIRS=common gst-libs gst sys ext examples tools ## testsuite +DIST_SUBDIRS=gst-libs gst sys ext examples tools ## testsuite EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README RELEASE ChangeLog autogen.sh diff --git a/configure.ac b/configure.ac index 13779683..83230534 100644 --- a/configure.ac +++ b/configure.ac @@ -750,8 +750,6 @@ Makefile gstreamer-libs.pc gstreamer-libs-uninstalled.pc gst-plugins.spec -common/Makefile -common/m4/Makefile gst/Makefile gst/ac3parse/Makefile gst/adder/Makefile |