From: Thomas Vander Stichele Date: Tue, 15 Jan 2002 09:29:27 +0000 (+0000) Subject: removed capsnego testsuite from build if ok then someone please remove the source... X-Git-Tag: RELEASE-0_3_2-DOBDAY~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04f32a728019c7870285a7c0deab9435fc543b52;p=platform%2Fupstream%2Fgstreamer.git removed capsnego testsuite from build if ok then someone please remove the source dirs Original commit message from CVS: removed capsnego testsuite from build if ok then someone please remove the source dirs --- diff --git a/configure.ac b/configure.ac index 7b81c46..e14d7e6 100644 --- a/configure.ac +++ b/configure.ac @@ -707,7 +707,6 @@ tests/sched/Makefile testsuite/Makefile testsuite/bytestream/Makefile testsuite/caps/Makefile -testsuite/capsnego/Makefile testsuite/cleanup/Makefile testsuite/plugin/Makefile examples/Makefile diff --git a/tests/old/testsuite/Makefile.am b/tests/old/testsuite/Makefile.am index 0f1c91d..7f0db7c 100644 --- a/tests/old/testsuite/Makefile.am +++ b/tests/old/testsuite/Makefile.am @@ -1,5 +1,5 @@ -# FIXME : refcounting threads bytestream -SUBDIRS = caps plugin cleanup +# FIXME : refcounting threads bytestream cleanup +SUBDIRS = caps plugin testprogs = test_gst_init diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 0f1c91d..7f0db7c 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,5 +1,5 @@ -# FIXME : refcounting threads bytestream -SUBDIRS = caps plugin cleanup +# FIXME : refcounting threads bytestream cleanup +SUBDIRS = caps plugin testprogs = test_gst_init