diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-03 13:11:48 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-03 13:11:48 +0000 |
commit | 393dc7221a719b18eb2cbb162626a21ee7f0a401 (patch) | |
tree | 9f76e4b1e360e74b1423070b191a7e0e8e1a8888 | |
parent | fa153221c3d99ccef8816e9943d8a36113e401c0 (diff) | |
download | gst-plugins-bad-393dc7221a719b18eb2cbb162626a21ee7f0a401.tar.gz gst-plugins-bad-393dc7221a719b18eb2cbb162626a21ee7f0a401.tar.bz2 gst-plugins-bad-393dc7221a719b18eb2cbb162626a21ee7f0a401.zip |
don't do testsuite until we have it working
Original commit message from CVS:
don't do testsuite until we have it working
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8631a72a..c5d60203 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -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 |