Get libqof to link against glib and gmodule.

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



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13058 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2006-01-31 16:29:01 +00:00
parent 665c3b0dbb
commit 1adcc37a8a
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-31 Derek Atkins <derek@ihtfp.com>
* configure.in: include gmodule in GLIB_LIBS
* lib/libqof/qof/Makefile.am: link libqof against glib.
2006-01-30 Joshua Sled <jsled@asynchronous.org>
* src/gnome-utils/gnc-html-graph-gog.c (read_doubles): Explicitly

View File

@ -133,7 +133,7 @@ AM_PATH_GLIB_2_0(2.4.0,,AC_MSG_ERROR([
*** 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

View File

@ -1,6 +1,7 @@
lib_LTLIBRARIES = libqof.la
libqof_la_LDFLAGS= -version-info $(LIBQOF_LIBRARY_VERSION)
libqof_la_LIBADD= ${GLIB_LIBS}
AM_CFLAGS = \
-I. \