[glib] Fix gio tests linking with binutils gold linker



commit 5d379f1c37ee8b5eb7020ebf7165290f5258045e
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date:   Sat May 15 10:17:35 2010 +0200

    Fix gio tests linking with binutils gold linker

 gio/tests/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]