Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from
authorMichael Natterer <mitch@imendio.com>
Mon, 5 May 2008 15:05:40 +0000 (15:05 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 5 May 2008 15:05:40 +0000 (15:05 +0000)
2008-05-05  Michael Natterer  <mitch@imendio.com>

* 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

gthread/ChangeLog
gthread/Makefile.am

index 75e10e5..2bf017d 100644 (file)
@@ -1,3 +1,9 @@
+2008-05-05  Michael Natterer  <mitch@imendio.com>
+
+       * 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  <tml@novell.com>
 
        * Makefile.am: Define gthread_def locally here instead of using an
index ab7dd2a..df3ea8b 100644 (file)
@@ -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         \