From 5d379f1c37ee8b5eb7020ebf7165290f5258045e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 15 May 2010 10:17:35 +0200 Subject: [PATCH] Fix gio tests linking with binutils gold linker --- gio/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index 0c21b8b..f4b3e0d 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -17,6 +17,7 @@ noinst_DATA = $(MISC_STUFF) progs_ldadd = \ $(top_builddir)/glib/libglib-2.0.la \ + $(top_builddir)/gthread/libgthread-2.0.la \ $(top_builddir)/gobject/libgobject-2.0.la \ $(top_builddir)/gio/libgio-2.0.la -- 2.7.4