Link to libglib and libgobject directly (#504879) Patch from Sebastien
authorAlexander Larsson <alexl@redhat.com>
Thu, 3 Jan 2008 08:56:51 +0000 (08:56 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Thu, 3 Jan 2008 08:56:51 +0000 (08:56 +0000)
2008-01-03  Alexander Larsson  <alexl@redhat.com>

        * fam/Makefile.am:
Link to libglib and libgobject directly (#504879)
Patch from Sebastien Bacher

svn path=/trunk/; revision=6234

gio/ChangeLog
gio/fam/Makefile.am

index 3632e0a..ecc140c 100644 (file)
@@ -1,3 +1,9 @@
+2008-01-03  Alexander Larsson  <alexl@redhat.com>
+
+        * fam/Makefile.am:
+       Link to libglib and libgobject directly (#504879)
+       Patch from Sebastien Bacher
+
 2008-01-01  Wouter Bolsterlee  <wbolster@svn.gnome.org>
 
        * gfile.c: Expanded the g_file_new_for_commandline_arg
index c0463e6..b5ffefc 100644 (file)
@@ -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)