diff --git a/ChangeLog b/ChangeLog index bd660dfb5e..d6249d8bf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-31 Derek Atkins + + * configure.in: include gmodule in GLIB_LIBS + * lib/libqof/qof/Makefile.am: link libqof against glib. + 2006-01-30 Joshua Sled * src/gnome-utils/gnc-html-graph-gog.c (read_doubles): Explicitly diff --git a/configure.in b/configure.in index b3d7334554..49cff6dc72 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/lib/libqof/qof/Makefile.am b/lib/libqof/qof/Makefile.am index c6127814d9..09cd6cfbd4 100644 --- a/lib/libqof/qof/Makefile.am +++ b/lib/libqof/qof/Makefile.am @@ -1,6 +1,7 @@ lib_LTLIBRARIES = libqof.la libqof_la_LDFLAGS= -version-info $(LIBQOF_LIBRARY_VERSION) +libqof_la_LIBADD= ${GLIB_LIBS} AM_CFLAGS = \ -I. \