From: Alexander Larsson Date: Thu, 3 Jan 2008 08:56:51 +0000 (+0000) Subject: Link to libglib and libgobject directly (#504879) Patch from Sebastien X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a59fb762e651c9286c868a0f9fabde9fea279d62;p=dana%2Fcg-glib.git Link to libglib and libgobject directly (#504879) Patch from Sebastien 2008-01-03 Alexander Larsson * fam/Makefile.am: Link to libglib and libgobject directly (#504879) Patch from Sebastien Bacher svn path=/trunk/; revision=6234 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 3632e0a2..ecc140ca 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,9 @@ +2008-01-03 Alexander Larsson + + * fam/Makefile.am: + Link to libglib and libgobject directly (#504879) + Patch from Sebastien Bacher + 2008-01-01 Wouter Bolsterlee * gfile.c: Expanded the g_file_new_for_commandline_arg diff --git a/gio/fam/Makefile.am b/gio/fam/Makefile.am index c0463e61..b5ffefca 100644 --- a/gio/fam/Makefile.am +++ b/gio/fam/Makefile.am @@ -31,6 +31,8 @@ libgiofam_la_CFLAGS = \ libgiofam_la_LDFLAGS = $(module_flags) libgiofam_la_LIBADD = \ $(top_builddir)/gio/libgio-2.0.la \ + $(top_builddir)/gobject/libgobject-2.0.la \ + $(top_builddir)/glib/libglib-2.0.la \ $(GLIB_LIBS) \ $(FAM_LIBS) \ $(NULL)