Fix build of gdbus tool with binutils gold linker
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 15 May 2010 08:13:28 +0000 (10:13 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 May 2010 08:22:10 +0000 (10:22 +0200)
gio/Makefile.am

index e08278e4809aa7b51d7c660b9134b26082d5ae2f..d0bd37e7b36297ec0d0fbe39e2827735cf369d1a 100644 (file)
@@ -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