From e6d5eb883e0102a87620338e9e7b823a3d2bdc3b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 16 Sep 2005 08:17:49 +0000 Subject: [PATCH] set the right var Original commit message from CVS: set the right var --- 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 e364ed1202..816d266b41 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -9,7 +9,7 @@ REGISTRY_ENVIRONMENT = \ TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ - GST_PLUGIN_PATH_SYSTEM= \ + GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst/elements/.libs:$(top_builddir)/gst/indexers/.libs plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index e364ed1202..816d266b41 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -9,7 +9,7 @@ REGISTRY_ENVIRONMENT = \ TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ - GST_PLUGIN_PATH_SYSTEM= \ + GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst/elements/.libs:$(top_builddir)/gst/indexers/.libs plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@