From 04f32a728019c7870285a7c0deab9435fc543b52 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 15 Jan 2002 09:29:27 +0000 Subject: [PATCH] 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 --- configure.ac | 1 - tests/old/testsuite/Makefile.am | 4 ++-- testsuite/Makefile.am | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) 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 -- 2.7.4