[glib] stop using libgthread internally
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] stop using libgthread internally
- Date: Sun, 25 Nov 2012 19:51:07 +0000 (UTC)
commit 37f369a41eebcebe331f614b12c07cb954f3144c
Author: Ryan Lortie <desrt desrt ca>
Date: Sun Nov 25 14:47:53 2012 -0500
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.
configure.ac | 9 ++-------
gobject/Makefile.am | 4 ++--
2 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4dc7565..27b33d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3564,14 +3564,9 @@ AC_SUBST(config_h_INCLUDES)
glib_INCLUDES='$(config_h_INCLUDES) -I$(top_builddir)/glib -I$(top_srcdir)/glib -I$(top_srcdir)'
AC_SUBST(glib_INCLUDES)
-# gthread:
-# same as glib
-gthread_INCLUDES='$(glib_INCLUDES)'
-AC_SUBST(gthread_INCLUDES)
-
# gobject:
-# same as gthread
-gobject_INCLUDES='$(gthread_INCLUDES)'
+# same as glib
+gobject_INCLUDES='$(glib_INCLUDES)'
AC_SUBST(gobject_INCLUDES)
# gmodule:
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index 94fd777..d7c15d1 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]