big mistake

Original commit message from CVS:
big mistake
This commit is contained in:
Thomas Vander Stichele 2002-05-30 13:52:13 +00:00
parent 24b89ebfd6
commit 5e58b4bdaa
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
plugindir = $(builddir)/testsuite/plugin/
plugindir = $(shell cd $(top_builddir)/testsuite/plugin/ && pwd)
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml

View file

@ -1,4 +1,4 @@
plugindir = $(builddir)/testsuite/plugin/
plugindir = $(shell cd $(top_builddir)/testsuite/plugin/ && pwd)
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml