From 70860b9efcbd8395785081141b27c585e02e5984 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 10 Oct 2001 23:31:55 +0000 Subject: [PATCH] * src/tax/us/test/Makefile.am (TESTS_ENVIRONMENT): fix for guile 1.3.4 and new g-wrap. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5570 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/tax/us/test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tax/us/test/Makefile.am b/src/tax/us/test/Makefile.am index d181dffb06..b761823909 100644 --- a/src/tax/us/test/Makefile.am +++ b/src/tax/us/test/Makefile.am @@ -2,7 +2,7 @@ TESTS = test-load-module TESTS_ENVIRONMENT= \ GNC_MODULE_PATH=.. \ - GUILE_LOAD_PATH=${top_srcdir}/src/gnc-module:${top_srcdir}/lib:..:${G_WRAP_MODULE_DIR} \ - LD_LIBRARY_PATH=${top_srcdir}/src/gnc-module:${top_srcdir}/src/gnc-module/.libs + GUILE_LOAD_PATH=${top_srcdir}/src/gnc-module:${top_srcdir}/lib:..:${G_WRAP_MODULE_DIR}:${top_srcdir}/src/scm:${top_srcdir}/src/guile \ + LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${top_srcdir}/src/gnc-module:${top_srcdir}/src/gnc-module/.libs:${top_srcdir}/src/scm:${top_srcdir}/src/guile EXTRA_DIST = test-load-module