From 6d5ac8163b962803fedcf57b9ccad8a2c1205c82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 10 May 2010 09:48:49 +0200 Subject: [PATCH] gio: Fix gsettings build with binutils gold linker --- gio/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/Makefile.am b/gio/Makefile.am index bdc897d..a8fb2b7 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -524,6 +524,7 @@ glib_compile_schemas_SOURCES = \ gsettings_LDADD = \ $(top_builddir)/glib/libglib-2.0.la \ + $(top_builddir)/gobject/libgobject-2.0.la \ libgio-2.0.la gsettings_SOURCES = gsettings-tool.c -- 2.7.4