[Gnucash-changes] r13700 - gnucash/trunk - link against GUILE_LIBS when building the test-link test app (#336007)

Derek Atkins warlord at cvs.gnucash.org
Sat Mar 25 16:03:47 EST 2006


Author: warlord
Date: 2006-03-25 16:03:46 -0500 (Sat, 25 Mar 2006)
New Revision: 13700
Trac: http://svn.gnucash.org/trac/changeset/13700

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/test/Makefile.am
Log:
link against GUILE_LIBS when building the test-link test app (#336007)



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-25 16:35:31 UTC (rev 13699)
+++ gnucash/trunk/ChangeLog	2006-03-25 21:03:46 UTC (rev 13700)
@@ -1,3 +1,8 @@
+2006-03-25  Derek Atkins  <derek at ihtfp.com>
+
+	* src/gnome-utils/test/Makefile.am:
+	  link against GUILE_LIBS when building the test-link test app (#336007)
+
 2006-03-25  David Hampton  <david at hampton-pc.rainbolthampton.net>
 
 	* src/register/register-gnome/combocell-gnome.c: Fix the lack of

Modified: gnucash/trunk/src/gnome-utils/test/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/test/Makefile.am	2006-03-25 16:35:31 UTC (rev 13699)
+++ gnucash/trunk/src/gnome-utils/test/Makefile.am	2006-03-25 21:03:46 UTC (rev 13700)
@@ -56,7 +56,8 @@
 
 test_link_module_SOURCES=test-link-module.c
 test_link_module_LDADD= \
-../../gnc-module/libgncmodule.la 
+  ${GUILE_LIBS} \
+  ${top_builddir}/src/gnc-module/libgncmodule.la 
 
 EXTRA_DIST = \
   test-load-module



More information about the gnucash-changes mailing list