r20300 - gnucash/trunk/src/libqof/qof/test - Bug #642284: Fails to build on Ubuntu Natty

Christian Stimming cstim at code.gnucash.org
Mon Feb 14 14:33:02 EST 2011


Author: cstim
Date: 2011-02-14 14:33:02 -0500 (Mon, 14 Feb 2011)
New Revision: 20300
Trac: http://svn.gnucash.org/trac/changeset/20300

Modified:
   gnucash/trunk/src/libqof/qof/test/Makefile.am
Log:
Bug #642284: Fails to build on Ubuntu Natty

Patch by Ahmed El-Mahmoudy.

Modified: gnucash/trunk/src/libqof/qof/test/Makefile.am
===================================================================
--- gnucash/trunk/src/libqof/qof/test/Makefile.am	2011-02-14 19:21:56 UTC (rev 20299)
+++ gnucash/trunk/src/libqof/qof/test/Makefile.am	2011-02-14 19:33:02 UTC (rev 20300)
@@ -25,7 +25,7 @@
 
 #The tests might require more libraries, but try to keep them
 #as independent as possible.
-test_qof_LDADD = ${top_builddir}/${MODULEPATH}/libgnc-qof.la
+test_qof_LDADD = ${top_builddir}/${MODULEPATH}/libgnc-qof.la $(GLIB_LIBS)
 
 test_qof_CFLAGS = \
 	${DEFAULT_INCLUDES} \



More information about the gnucash-changes mailing list