From 89faa0d7c272d1eb4c631315e0e5dfea3bc05e7a Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Tue, 11 Dec 2001 10:52:18 +0000 Subject: [PATCH] * src/report/utility-reports/test/Makefile.am: remove report-gnome from dirs git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6333 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/report/utility-reports/test/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/report/utility-reports/test/Makefile.am b/src/report/utility-reports/test/Makefile.am index a27501c3ae..f4348f1cbb 100644 --- a/src/report/utility-reports/test/Makefile.am +++ b/src/report/utility-reports/test/Makefile.am @@ -1,4 +1,4 @@ -TESTS=test-load-module +TESTS = test-load-module GNC_TEST_DEPS := \ --gnc-module-dir ${top_builddir}/src/gnc-module \ @@ -10,14 +10,11 @@ GNC_TEST_DEPS := \ --guile-load-dir ${top_builddir}/src/scm \ --guile-load-dir ${top_builddir}/lib \ --guile-load-dir ${G_WRAP_MODULE_DIR} \ - --gnc-module-dir ${top_builddir}/src/report/report-gnome \ --guile-load-dir ${top_builddir}/src/gnome-utils \ --guile-load-dir ${top_builddir}/src/gnome \ --library-dir ${top_builddir}/src/gnome-utils \ --library-dir ${top_builddir}/src/gnome - - TESTS_ENVIRONMENT := \ $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})