diff options
author | Sebastian Wilhelmi <seppi@seppi.de> | 2006-10-15 12:18:25 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2006-10-15 12:18:25 +0000 |
commit | 38c633aed6fbbdbe7731fe1b9df200eb75989967 (patch) | |
tree | eaab299a765c9671ea030ce505c57b851f1692a4 /tests | |
parent | 49eacae2a312e28b999ae71a2bcb9765ecc546c6 (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.am | 2 |
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) |