From: Michael Natterer Date: Mon, 5 May 2008 15:05:40 +0000 (+0000) Subject: Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=62c4c3e2dae7907b9216623fcc420a1bd60ca541;p=dana%2Fcg-glib.git Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from 2008-05-05 Michael Natterer * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from being checked in that breaks the build of applications which use G_DISABLE_SINGLE_INCLUDES. svn path=/trunk/; revision=6878 --- diff --git a/gthread/ChangeLog b/gthread/ChangeLog index 75e10e57..2bf017da 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,9 @@ +2008-05-05 Michael Natterer + + * Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent + code from being checked in that breaks the build of applications + which use G_DISABLE_SINGLE_INCLUDES. + 2008-03-16 Tor Lillqvist * Makefile.am: Define gthread_def locally here instead of using an diff --git a/gthread/Makefile.am b/gthread/Makefile.am index ab7dd2aa..df3ea8b3 100644 --- a/gthread/Makefile.am +++ b/gthread/Makefile.am @@ -8,7 +8,8 @@ AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"GThread\" \ @GTHREAD_COMPILE_IMPL_DEFINES@ \ @GLIB_DEBUG_FLAGS@ \ - -DG_DISABLE_DEPRECATED + -DG_DISABLE_DEPRECATED \ + -DG_DISABLE_SINGLE_INCLUDES EXTRA_DIST += \ makefile.msc.in \