Link the the refcount tests to the system thread library $(G_THREAD_LIBS).
authorSebastian Wilhelmi <seppi@seppi.de>
Sun, 11 Sep 2005 16:48:38 +0000 (16:48 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Sun, 11 Sep 2005 16:48:38 +0000 (16:48 +0000)
2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>

* tests/refcount/Makefile.am (INCLUDES): Link the the refcount
tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
and #314217.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
tests/refcount/Makefile.am

index 4c32449d87aaf48eac84f4696138f449344b882e..414bc70466529316e5f6e541c1e225967e67fd21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * tests/refcount/Makefile.am (INCLUDES): Link the the refcount
+       tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
+       and #314217.
+
 2005-09-11  Kjartan Maraas  <kmaraas@gnome.org>
 
        * glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
index 4c32449d87aaf48eac84f4696138f449344b882e..414bc70466529316e5f6e541c1e225967e67fd21 100644 (file)
@@ -1,3 +1,9 @@
+2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * tests/refcount/Makefile.am (INCLUDES): Link the the refcount
+       tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
+       and #314217.
+
 2005-09-11  Kjartan Maraas  <kmaraas@gnome.org>
 
        * glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
index 4c32449d87aaf48eac84f4696138f449344b882e..414bc70466529316e5f6e541c1e225967e67fd21 100644 (file)
@@ -1,3 +1,9 @@
+2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * tests/refcount/Makefile.am (INCLUDES): Link the the refcount
+       tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
+       and #314217.
+
 2005-09-11  Kjartan Maraas  <kmaraas@gnome.org>
 
        * glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
index 67139f2add0586bc3bfdbf254f04bde07a4777b8..0fa9fb56142baa50fe8ca52a391a7b225840cbc2 100644 (file)
@@ -9,7 +9,7 @@ libgthread = $(top_builddir)/gthread/libgthread-2.0.la
 libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
 libgobject = $(top_builddir)/gobject/libgobject-2.0.la
 
-LDADD = $(libgobject) $(libgthread)
+LDADD = $(libgobject) $(libgthread) $(G_THREAD_LIBS)
 
 test_programs =                                \
        closures                                \