diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-18 17:25:46 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-02-18 17:25:46 +0000 |
commit | f1e09f94aa320d8c8902ef6b230d175345803cb0 (patch) | |
tree | abc1693d9e8be808c957d47700fe2e8c765f4076 | |
parent | 26834ee0e6972cd70e4a89134740ecdd29d9882e (diff) | |
download | gst-plugins-bad-f1e09f94aa320d8c8902ef6b230d175345803cb0.tar.gz gst-plugins-bad-f1e09f94aa320d8c8902ef6b230d175345803cb0.tar.bz2 gst-plugins-bad-f1e09f94aa320d8c8902ef6b230d175345803cb0.zip |
... and as long as there's no Makefile.am in testsuite/autoplug this will not work very well either.
Original commit message from CVS:
... and as long as there's no Makefile.am in testsuite/autoplug this will
not work very well either.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 8631a72a..c637fa8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=gst-libs gst sys ext examples tools testsuite +SUBDIRS=gst-libs gst sys ext examples tools ## testsuite -DIST_SUBDIRS=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 |