summaryrefslogtreecommitdiff
path: root/tests/refcount
diff options
context:
space:
mode:
authorSebastian Wilhelmi <seppi@seppi.de>2005-09-11 16:48:38 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2005-09-11 16:48:38 +0000
commitd8d12ca541b80bdb60c6972fb802ed7fc34767f6 (patch)
tree6439c17bfcc92b2b0dec6c044d111d37eb33a124 /tests/refcount
parent2d3fff85d7d2e7ad3c86fff625f0389ddaa24657 (diff)
downloadglib-d8d12ca541b80bdb60c6972fb802ed7fc34767f6.tar.gz
Link the the refcount tests to the system thread library $(G_THREAD_LIBS).
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.
Diffstat (limited to 'tests/refcount')
-rw-r--r--tests/refcount/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/refcount/Makefile.am b/tests/refcount/Makefile.am
index 67139f2ad..0fa9fb561 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 \