r15261 - gnucash/trunk - MacOS X needs core-utils in the library load path for "make check" to work.

Derek Atkins warlord at cvs.gnucash.org
Wed Dec 27 08:54:26 EST 2006


Author: warlord
Date: 2006-12-27 08:54:25 -0500 (Wed, 27 Dec 2006)
New Revision: 15261
Trac: http://svn.gnucash.org/trac/changeset/15261

Modified:
   gnucash/trunk/
   gnucash/trunk/src/gnc-module/test/Makefile.am
Log:
MacOS X needs core-utils in the library load path for "make check" to work.
While we're at it, might as well pull in libcore-utils.la, just in case.



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13768
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:1037
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13774
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366

Modified: gnucash/trunk/src/gnc-module/test/Makefile.am
===================================================================
--- gnucash/trunk/src/gnc-module/test/Makefile.am	2006-12-27 02:51:03 UTC (rev 15260)
+++ gnucash/trunk/src/gnc-module/test/Makefile.am	2006-12-27 13:54:25 UTC (rev 15261)
@@ -1,6 +1,8 @@
 SUBDIRS = mod-foo mod-bar mod-baz misc-mods
 
-LDADD = ../libgncmodule.la ${GLIB_LIBS} -lltdl ${GUILE_LIBS}
+LDADD = ../libgncmodule.la \
+  ${top_builddir}/src/core-utils/libcore-utils.la \
+  ${GLIB_LIBS} -lltdl ${GUILE_LIBS}
 
 AM_CFLAGS = \
   -I${top_srcdir}/src \
@@ -23,6 +25,7 @@
   test-scm-init
 
 GNC_TEST_DEPS := \
+  --gnc-module-dir ${top_builddir}/src/core-utils \
   --gnc-module-dir ${top_builddir}/src/gnc-module \
   --gnc-module-dir ${top_builddir}/src/gnc-module/test/mod-foo \
   --gnc-module-dir ${top_builddir}/src/gnc-module/test/mod-bar \



More information about the gnucash-changes mailing list