dist fixes

Original commit message from CVS:
dist fixes
This commit is contained in:
Thomas Vander Stichele 2002-07-01 12:08:22 +00:00
parent 25b21e82f5
commit ef3dd2fc6c
3 changed files with 5 additions and 2 deletions

View 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]),

View 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

View 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