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:
Ryan Lortie
2012-11-25 14:47:53 -05:00
parent 1f005d9385
commit 37f369a41e
2 changed files with 4 additions and 9 deletions

View File

@@ -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: