r19668 - gnucash/trunk/src/business/business-core/test - Remove lbgncmod-backend-xml as an additional library in business/business-core/test/Makefile.am. libgncmod-backend-xml.so is a loadable module, not a shared library, and it shouldn't be dynamically linked. While this will do no harm on Linux, it fails on OSX/Darwin.

John Ralls jralls at code.gnucash.org
Sun Oct 17 15:48:14 EDT 2010


Author: jralls
Date: 2010-10-17 15:48:13 -0400 (Sun, 17 Oct 2010)
New Revision: 19668
Trac: http://svn.gnucash.org/trac/changeset/19668

Modified:
   gnucash/trunk/src/business/business-core/test/Makefile.am
Log:
Remove lbgncmod-backend-xml as an additional library in business/business-core/test/Makefile.am. libgncmod-backend-xml.so is a loadable module, not a shared library, and it shouldn't be dynamically linked. While this will do no harm on Linux, it fails on OSX/Darwin.

Modified: gnucash/trunk/src/business/business-core/test/Makefile.am
===================================================================
--- gnucash/trunk/src/business/business-core/test/Makefile.am	2010-10-17 17:24:57 UTC (rev 19667)
+++ gnucash/trunk/src/business/business-core/test/Makefile.am	2010-10-17 19:48:13 UTC (rev 19668)
@@ -16,7 +16,6 @@
   ${top_builddir}/src/engine/libgncmod-engine.la \
   ../libgncmod-business-core.la \
   ${top_builddir}/src/libqof/qof/libgnc-qof.la \
-  ${top_builddir}/src/backend/xml/libgncmod-backend-xml.la \
   ${GLIB_LIBS}
 
 TESTS = \



More information about the gnucash-changes mailing list