From 1adcc37a8a797830a60ac68618134687707fa1e9 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Tue, 31 Jan 2006 16:29:01 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ configure.in | 2 +- lib/libqof/qof/Makefile.am | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) 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. \