From 3037172f48228617200dc4a297fb23a8e987087e Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Mon, 28 Sep 2015 16:45:47 +0200 Subject: [PATCH] tests: fix the manual tests by setting the right env-vars --- tests/examples/manual/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/examples/manual/Makefile.am b/tests/examples/manual/Makefile.am index 0e4da6b..42ae9e5 100644 --- a/tests/examples/manual/Makefile.am +++ b/tests/examples/manual/Makefile.am @@ -14,9 +14,9 @@ REGISTRY_ENVIRONMENT = \ AM_TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ - GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \ - GST_PLUGIN_SYSTEM_PATH= \ - GST_PLUGIN_PATH=$(top_builddir)/plugins + GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \ + GST_PLUGIN_SYSTEM_PATH_1_0= \ + GST_PLUGIN_PATH_1_0=$(top_builddir)/plugins EXTRA_DIST = extract.pl -- 2.7.4