mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
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)
This commit is contained in:
parent
49eacae2a3
commit
38c633aed6
@ -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,
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user