[glib] Fix build of gdbus tool with binutils gold linker
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix build of gdbus tool with binutils gold linker
- Date: Sun, 16 May 2010 08:22:15 +0000 (UTC)
commit e6c08a458c6b6b6eb12b39593bc356dd2d215aec
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date: Sat May 15 10:13:28 2010 +0200
Fix build of gdbus tool with binutils gold linker
gio/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index e08278e..d0bd37e 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -578,7 +578,9 @@ dist_schema_DATA = gschema.dtd
bin_PROGRAMS += gdbus
gdbus_SOURCES = gdbus-tool.c
-gdbus_LDADD = libgio-2.0.la
+gdbus_LDADD = libgio-2.0.la \
+ $(top_builddir)/glib/libglib-2.0.la \
+ $(top_builddir)/gobject/libgobject-2.0.la
completiondir = $(sysconfdir)/bash_completion.d
completion_SCRIPTS = gdbus-bash-completion.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]