mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-14 01:43:11 +02:00
Link to libglib and libgobject directly (#504879) Patch from Sebastien
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
This commit is contained in:
parent
f06829352b
commit
a59fb762e6
@ -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>
|
2008-01-01 Wouter Bolsterlee <wbolster@svn.gnome.org>
|
||||||
|
|
||||||
* gfile.c: Expanded the g_file_new_for_commandline_arg
|
* gfile.c: Expanded the g_file_new_for_commandline_arg
|
||||||
|
@ -31,6 +31,8 @@ libgiofam_la_CFLAGS = \
|
|||||||
libgiofam_la_LDFLAGS = $(module_flags)
|
libgiofam_la_LDFLAGS = $(module_flags)
|
||||||
libgiofam_la_LIBADD = \
|
libgiofam_la_LIBADD = \
|
||||||
$(top_builddir)/gio/libgio-2.0.la \
|
$(top_builddir)/gio/libgio-2.0.la \
|
||||||
|
$(top_builddir)/gobject/libgobject-2.0.la \
|
||||||
|
$(top_builddir)/glib/libglib-2.0.la \
|
||||||
$(GLIB_LIBS) \
|
$(GLIB_LIBS) \
|
||||||
$(FAM_LIBS) \
|
$(FAM_LIBS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user