summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSebastian Wilhelmi <seppi@seppi.de>2006-10-15 12:18:25 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2006-10-15 12:18:25 +0000
commit38c633aed6fbbdbe7731fe1b9df200eb75989967 (patch)
treeeaab299a765c9671ea030ce505c57b851f1692a4 /tests
parent49eacae2a312e28b999ae71a2bcb9765ecc546c6 (diff)
Compile errorcheck-mutex-test with thread libraries explicitly. (#74748,
2006-10-15 Sebastian Wilhelmi <seppi@seppi.de> * tests/Makefile.am: Compile errorcheck-mutex-test with thread libraries explicitly. (#74748, Javier Villavicencio)
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b731affeb..5128f6042 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -55,7 +55,7 @@ patterntest_LDADD = $(libglib)
testgdate_LDADD = $(libglib)
testgdateparser_LDADD = $(libglib)
unicode_normalize_LDADD = $(libglib)
-errorcheck_mutex_test_LDADD = $(libglib) $(libgthread)
+errorcheck_mutex_test_LDADD = $(libglib) $(libgthread) $(G_THREAD_LIBS)
if ENABLE_TIMELOOP
timeloop_LDADD = $(libglib)
timeloop_closure_LDADD = $(libglib) $(libgobject)