summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-03-01 17:27:34 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-03-01 17:27:34 +0000
commit59a7603e1eab791201f10c196e027a5b1541241c (patch)
tree378c30c748f0a3db00db2f1880470840070300c1 /tests
parent24d163b50b03d6c0e3ad568016c171194ad5e679 (diff)
downloadgst-plugins-bad-59a7603e1eab791201f10c196e027a5b1541241c.tar.gz
gst-plugins-bad-59a7603e1eab791201f10c196e027a5b1541241c.tar.bz2
gst-plugins-bad-59a7603e1eab791201f10c196e027a5b1541241c.zip
tests/check/Makefile.am: Draw plugins in from the build tree sys/ dir, rather than picking up the already installed v...
Original commit message from CVS: * tests/check/Makefile.am: Draw plugins in from the build tree sys/ dir, rather than picking up the already installed versions.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index b086f354..bb2540f9 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -12,7 +12,7 @@ REGISTRY_ENVIRONMENT = \
TESTS_ENVIRONMENT = \
$(REGISTRY_ENVIRONMENT) \
GST_PLUGIN_SYSTEM_PATH= \
- GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR)
+ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR)
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@