* src/app-file/test/Makefile.am: remove report-gnome from dirs

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6316 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-12-11 10:46:44 +00:00
parent be0d9b8eae
commit 54f1190612
+1 -3
View File
@@ -11,10 +11,8 @@ GNC_TEST_DEPS := \
--guile-load-dir ${top_srcdir}/src/scm \
--guile-load-dir ${top_srcdir}/src/gnome \
--guile-load-dir ${top_srcdir}/src/gnome-utils \
--guile-load-dir ${top_srcdir}/src/report/report-gnome \
--library-dir ${top_srcdir}/src/gnome \
--library-dir ${top_srcdir}/src/gnome-utils \
--library-dir ${top_srcdir}/src/report/report-gnome
--library-dir ${top_srcdir}/src/gnome-utils
TESTS_ENVIRONMENT := \
$(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})