summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2007-05-17 09:21:16 +0000
committerliyuan <liyuan@e2bd861d-eb25-0410-b326-f6ed22b6b98c>2007-05-17 09:21:16 +0000
commit74a5ec3e20b79dd974f0a366015ac5a341ec72f7 (patch)
tree87ed468100b5fe2ff6987ac216e4f578b4a83b14 /test
parent61cb83835f207fc010d2139094d9386423a92247 (diff)
downloadat-spi2-core-74a5ec3e20b79dd974f0a366015ac5a341ec72f7.tar.gz
2007-05-17 Li Yuan <li.yuan@sun.com>
* test/Makefile.am: Bug #439057. Add the original PATH to PATH. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@928 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index d01d290f..fad3d4cd 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -43,5 +43,5 @@ TESTS = test-simple
TESTS_ENVIRONMENT = \
LD_LIBRARY_PATH=$(top_builddir)/libspi/.libs/:$(top_builddir)/cspi/.libs/ \
- PATH=$(top_builddir)/registryd/.libs
+ PATH=$(top_builddir)/registryd/.libs/:$(PATH)