* 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
This commit is contained in:
Dave Peticolas 2001-12-11 10:52:18 +00:00
parent d3e295d449
commit 89faa0d7c2

View File

@ -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})