mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
665c3b0dbb
commit
1adcc37a8a
@ -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>
|
2006-01-30 Joshua Sled <jsled@asynchronous.org>
|
||||||
|
|
||||||
* src/gnome-utils/gnc-html-graph-gog.c (read_doubles): Explicitly
|
* src/gnome-utils/gnc-html-graph-gog.c (read_doubles): Explicitly
|
||||||
|
@ -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
|
*** GLIB >= 2.4 is required to build Gnucash; please make sure you have the
|
||||||
*** development headers installed. The latest version of GLIB is
|
*** development headers installed. The latest version of GLIB is
|
||||||
*** always available at ftp://ftp.gnome.org/pub/gnome/sources/glib/.]),
|
*** always available at ftp://ftp.gnome.org/pub/gnome/sources/glib/.]),
|
||||||
gthread gobject)
|
gthread gobject gmodule)
|
||||||
|
|
||||||
if test ${no_glib}x = yesx
|
if test ${no_glib}x = yesx
|
||||||
then
|
then
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
lib_LTLIBRARIES = libqof.la
|
lib_LTLIBRARIES = libqof.la
|
||||||
|
|
||||||
libqof_la_LDFLAGS= -version-info $(LIBQOF_LIBRARY_VERSION)
|
libqof_la_LDFLAGS= -version-info $(LIBQOF_LIBRARY_VERSION)
|
||||||
|
libqof_la_LIBADD= ${GLIB_LIBS}
|
||||||
|
|
||||||
AM_CFLAGS = \
|
AM_CFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
|
Loading…
Reference in New Issue
Block a user