From eff3b4be4e57f8dde9cbb57d09848ba6271d51f1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 22 Nov 2005 11:43:16 +0000 Subject: [PATCH] also scan sys path Original commit message from CVS: also scan sys path --- check/Makefile.am | 2 +- tests/check/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check/Makefile.am b/check/Makefile.am index 48a4a19b27..77a70fb83a 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -9,7 +9,7 @@ TESTS_ENVIRONMENT = \ CK_DEFAULT_TIMEOUT=20 \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH= \ - GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GST_PLUGINS_DIR) + GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_DIR) # ths core dumps of some machines have PIDs appended CLEANFILES = core.* test-registry.xml diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 48a4a19b27..77a70fb83a 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -9,7 +9,7 @@ TESTS_ENVIRONMENT = \ CK_DEFAULT_TIMEOUT=20 \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH= \ - GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GST_PLUGINS_DIR) + GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_DIR) # ths core dumps of some machines have PIDs appended CLEANFILES = core.* test-registry.xml