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