Compile errorcheck-mutex-test with thread libraries explicitly. (#74748,
authorSebastian Wilhelmi <seppi@seppi.de>
Sun, 15 Oct 2006 12:18:25 +0000 (12:18 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Sun, 15 Oct 2006 12:18:25 +0000 (12:18 +0000)
2006-10-15  Sebastian Wilhelmi  <seppi@seppi.de>

        * tests/Makefile.am: Compile errorcheck-mutex-test with thread
        libraries explicitly. (#74748, Javier Villavicencio)

ChangeLog
tests/Makefile.am

index d37fc29ca160dd4f51515c3380d77cb9501cd7b6..55581b1cfb09da0b4eb4106d2ae106f7265f1ad3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-15  Sebastian Wilhelmi  <seppi@seppi.de>
+
+       * tests/Makefile.am: Compile errorcheck-mutex-test with thread
+       libraries explicitly. (#74748, Javier Villavicencio)
+
 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
 
        Add a way to obtain Unicode script information.  (#348348,
index b731affeba7a3b7338529785f101811721912248..5128f60429b85116dcd772bd1a0d2d6cfae10f34 100644 (file)
@@ -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)