[Gnucash-changes] r13058 - gnucash/trunk - Get libqof to link against glib and gmodule.

Derek Atkins warlord at cvs.gnucash.org
Tue Jan 31 11:29:01 EST 2006


Author: warlord
Date: 2006-01-31 11:29:01 -0500 (Tue, 31 Jan 2006)
New Revision: 13058
Trac: http://svn.gnucash.org/trac/changeset/13058

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/configure.in
   gnucash/trunk/lib/libqof/qof/Makefile.am
Log:
Get libqof to link against glib and gmodule.

	* configure.in: include gmodule in GLIB_LIBS
	* lib/libqof/qof/Makefile.am: link libqof against glib.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-31 13:16:26 UTC (rev 13057)
+++ gnucash/trunk/ChangeLog	2006-01-31 16:29:01 UTC (rev 13058)
@@ -1,3 +1,8 @@
+2006-01-31  Derek Atkins  <derek at ihtfp.com>
+
+	* configure.in: include gmodule in GLIB_LIBS
+	* lib/libqof/qof/Makefile.am: link libqof against glib.
+
 2006-01-30  Joshua Sled  <jsled at asynchronous.org>
 
 	* src/gnome-utils/gnc-html-graph-gog.c (read_doubles): Explicitly

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-01-31 13:16:26 UTC (rev 13057)
+++ gnucash/trunk/configure.in	2006-01-31 16:29:01 UTC (rev 13058)
@@ -133,7 +133,7 @@
 *** GLIB >= 2.4 is required to build Gnucash; please make sure you have the
 *** development headers installed. The latest version of GLIB is
 *** always available at ftp://ftp.gnome.org/pub/gnome/sources/glib/.]),
-	gthread gobject)
+	gthread gobject gmodule)
 
 if test ${no_glib}x = yesx
 then

Modified: gnucash/trunk/lib/libqof/qof/Makefile.am
===================================================================
--- gnucash/trunk/lib/libqof/qof/Makefile.am	2006-01-31 13:16:26 UTC (rev 13057)
+++ gnucash/trunk/lib/libqof/qof/Makefile.am	2006-01-31 16:29:01 UTC (rev 13058)
@@ -1,6 +1,7 @@
 lib_LTLIBRARIES = libqof.la
 
 libqof_la_LDFLAGS= -version-info $(LIBQOF_LIBRARY_VERSION)
+libqof_la_LIBADD= ${GLIB_LIBS}
 
 AM_CFLAGS = \
   -I. \



More information about the gnucash-changes mailing list