From: Sebastian Wilhelmi Date: Sun, 11 Sep 2005 16:48:38 +0000 (+0000) Subject: Link the the refcount tests to the system thread library $(G_THREAD_LIBS). X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d8d12ca541b80bdb60c6972fb802ed7fc34767f6;p=dana%2Fcg-glib.git Link the the refcount tests to the system thread library $(G_THREAD_LIBS). 2005-09-11 Sebastian Wilhelmi * tests/refcount/Makefile.am (INCLUDES): Link the the refcount tests to the system thread library $(G_THREAD_LIBS). Fixes #313744 and #314217. --- diff --git a/ChangeLog b/ChangeLog index 4c32449d..414bc704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-11 Sebastian Wilhelmi + + * 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 * glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check), diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4c32449d..414bc704 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2005-09-11 Sebastian Wilhelmi + + * 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 * glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check), diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 4c32449d..414bc704 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2005-09-11 Sebastian Wilhelmi + + * 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 * glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check), diff --git a/tests/refcount/Makefile.am b/tests/refcount/Makefile.am index 67139f2a..0fa9fb56 100644 --- a/tests/refcount/Makefile.am +++ b/tests/refcount/Makefile.am @@ -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 \