dist fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Jul 2002 12:08:22 +0000 (12:08 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 1 Jul 2002 12:08:22 +0000 (12:08 +0000)
Original commit message from CVS:
dist fixes

configure.ac
tests/old/testsuite/Makefile.am
testsuite/Makefile.am

index 17671ef..03e0b0f 100644 (file)
@@ -252,6 +252,9 @@ AC_HELP_STRING([--disable-failing-tests],[disable building tests known to fail])
 esac], 
 [BUILD_FAILING_TESTS=yes]) dnl Default value
 AM_CONDITIONAL(BUILD_FAILING_TESTS, test "x$BUILD_FAILING_TESTS" = "xyes")
+if test x$BUILD_FAILING_TESTS = xyes; then
+  AC_MSG_WARN([building tests known to fail, use --disable-failing-tests to disable])
+fi
 
 AC_ARG_ENABLE(examples,
 AC_HELP_STRING([--disable-examples],[disable building examples]),
index f3df9a9..9dbfddf 100644 (file)
@@ -1,5 +1,5 @@
 # FIXME : threads bytestream
-SUBDIRS = caps cleanup plugin elements clock refcounting ## dynparams
+SUBDIRS = caps plugin elements clock refcounting ## cleanup dynparams
 
 GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
index f3df9a9..9dbfddf 100644 (file)
@@ -1,5 +1,5 @@
 # FIXME : threads bytestream
-SUBDIRS = caps cleanup plugin elements clock refcounting ## dynparams
+SUBDIRS = caps plugin elements clock refcounting ## cleanup dynparams
 
 GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml