Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from
authorMichael Natterer <mitch@imendio.com>
Mon, 5 May 2008 15:04:00 +0000 (15:04 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 5 May 2008 15:04:00 +0000 (15:04 +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=6876

gobject/ChangeLog
gobject/Makefile.am

index 8bcd47e495c45f7b41bd366e1c974f15c281dd49..5360c58e309cd559a38b1bf6baf903ec45635b3a 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 gobject_def locally here instead of using an
index 4d59fc03542dc2faaefac14b6e82a596c32718ad..2274f9f833f9a82a91bc1ab5c21140c145aeee26 100644 (file)
@@ -13,6 +13,7 @@ AM_CPPFLAGS =                                         \
        -I$(top_builddir)                       \
        $(GLIB_DEBUG_FLAGS)                     \
        -DG_DISABLE_DEPRECATED                  \
+       -DG_DISABLE_SINGLE_INCLUDES             \
        -DGOBJECT_COMPILATION                   \
        -DG_DISABLE_CONST_RETURNS