mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
stop using libgthread internally
The gobject tools (glib-genmarshal and gobject-query) were linking against libgthread. Stop that. Also, remove the gthread_INCLUDES internal automake substitution.
This commit is contained in:
@@ -14,7 +14,7 @@ CLEANFILES=
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DG_LOG_DOMAIN=\"GLib-GObject\" \
|
||||
$(gthread_INCLUDES) \
|
||||
$(glib_INCLUDES) \
|
||||
$(GLIB_DEBUG_FLAGS) \
|
||||
-DGOBJECT_COMPILATION
|
||||
|
||||
@@ -27,7 +27,7 @@ TESTS = abicheck.sh
|
||||
endif
|
||||
endif
|
||||
|
||||
libglib = $(top_builddir)/glib/libglib-2.0.la $(top_builddir)/gthread/libgthread-2.0.la
|
||||
libglib = $(top_builddir)/glib/libglib-2.0.la
|
||||
|
||||
# libraries to compile and install
|
||||
lib_LTLIBRARIES = libgobject-2.0.la
|
||||
|
Reference in New Issue
Block a user