From 38c633aed6fbbdbe7731fe1b9df200eb75989967 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Sun, 15 Oct 2006 12:18:25 +0000 Subject: [PATCH] Compile errorcheck-mutex-test with thread libraries explicitly. (#74748, 2006-10-15 Sebastian Wilhelmi * tests/Makefile.am: Compile errorcheck-mutex-test with thread libraries explicitly. (#74748, Javier Villavicencio) --- ChangeLog | 5 +++++ tests/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d37fc29..55581b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-15 Sebastian Wilhelmi + + * tests/Makefile.am: Compile errorcheck-mutex-test with thread + libraries explicitly. (#74748, Javier Villavicencio) + 2006-10-08 Matthias Clasen Add a way to obtain Unicode script information. (#348348, diff --git a/tests/Makefile.am b/tests/Makefile.am index b731aff..5128f60 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) -- 2.7.4