mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Link the the refcount tests to the system thread library $(G_THREAD_LIBS).
2005-09-11 Sebastian Wilhelmi <seppi@seppi.de> * tests/refcount/Makefile.am (INCLUDES): Link the the refcount tests to the system thread library $(G_THREAD_LIBS). Fixes #313744 and #314217.
This commit is contained in:
parent
2d3fff85d7
commit
d8d12ca541
@ -1,3 +1,9 @@
|
|||||||
|
2005-09-11 Sebastian Wilhelmi <seppi@seppi.de>
|
||||||
|
|
||||||
|
* tests/refcount/Makefile.am (INCLUDES): Link the the refcount
|
||||||
|
tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
|
||||||
|
and #314217.
|
||||||
|
|
||||||
2005-09-11 Kjartan Maraas <kmaraas@gnome.org>
|
2005-09-11 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
* glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
|
* glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2005-09-11 Sebastian Wilhelmi <seppi@seppi.de>
|
||||||
|
|
||||||
|
* tests/refcount/Makefile.am (INCLUDES): Link the the refcount
|
||||||
|
tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
|
||||||
|
and #314217.
|
||||||
|
|
||||||
2005-09-11 Kjartan Maraas <kmaraas@gnome.org>
|
2005-09-11 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
* glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
|
* glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2005-09-11 Sebastian Wilhelmi <seppi@seppi.de>
|
||||||
|
|
||||||
|
* tests/refcount/Makefile.am (INCLUDES): Link the the refcount
|
||||||
|
tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
|
||||||
|
and #314217.
|
||||||
|
|
||||||
2005-09-11 Kjartan Maraas <kmaraas@gnome.org>
|
2005-09-11 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
* glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
|
* glib/gmain.c: (g_child_watch_prepare), (g_child_watch_check),
|
||||||
|
@ -9,7 +9,7 @@ libgthread = $(top_builddir)/gthread/libgthread-2.0.la
|
|||||||
libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
|
libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
|
||||||
libgobject = $(top_builddir)/gobject/libgobject-2.0.la
|
libgobject = $(top_builddir)/gobject/libgobject-2.0.la
|
||||||
|
|
||||||
LDADD = $(libgobject) $(libgthread)
|
LDADD = $(libgobject) $(libgthread) $(G_THREAD_LIBS)
|
||||||
|
|
||||||
test_programs = \
|
test_programs = \
|
||||||
closures \
|
closures \
|
||||||
|
Loading…
Reference in New Issue
Block a user