r15483 - gnucash/trunk/src/gnome-utils/test - Add a --library-dir to gnome-utils tests.

Andreas Köhler andi5 at cvs.gnucash.org
Wed Jan 31 20:00:32 EST 2007


Author: andi5
Date: 2007-01-31 20:00:31 -0500 (Wed, 31 Jan 2007)
New Revision: 15483
Trac: http://svn.gnucash.org/trac/changeset/15483

Modified:
   gnucash/trunk/src/gnome-utils/test/Makefile.am
Log:
Add a --library-dir to gnome-utils tests.


Modified: gnucash/trunk/src/gnome-utils/test/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/test/Makefile.am	2007-02-01 00:57:13 UTC (rev 15482)
+++ gnucash/trunk/src/gnome-utils/test/Makefile.am	2007-02-01 01:00:31 UTC (rev 15483)
@@ -20,7 +20,8 @@
   --library-dir    ${top_builddir}/src/backend/file \
   --library-dir    ${top_builddir}/src/network-utils \
   --library-dir    ${top_builddir}/src/calculation \
-  --library-dir    ${top_builddir}/src/app-utils
+  --library-dir    ${top_builddir}/src/app-utils \
+  --library-dir    ${top_builddir}/src/gnome-utils
 
 TESTS_ENVIRONMENT := \
   $(shell ${top_srcdir}/src/gnc-test-env --no-exports ${GNC_TEST_DEPS})



More information about the gnucash-changes mailing list