don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now.
authorMichael Natterer <mitch@imendio.com>
Wed, 28 May 2008 16:16:55 +0000 (16:16 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 28 May 2008 16:16:55 +0000 (16:16 +0000)
2008-05-28  Michael Natterer  <mitch@imendio.com>

* Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in
the global CPPFLAGS now.

svn path=/trunk/; revision=6952

gobject/ChangeLog
gobject/Makefile.am

index cbcc1c4708fdb2ea9257b8560cc98783f393e110..5c3150be3c74d04f95ebdcf85d3626b5329c3982 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-28  Michael Natterer  <mitch@imendio.com>
+
+       * Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in
+       the global CPPFLAGS now.
+
 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.17.0 ===
index 2274f9f833f9a82a91bc1ab5c21140c145aeee26..4d59fc03542dc2faaefac14b6e82a596c32718ad 100644 (file)
@@ -13,7 +13,6 @@ AM_CPPFLAGS =                                         \
        -I$(top_builddir)                       \
        $(GLIB_DEBUG_FLAGS)                     \
        -DG_DISABLE_DEPRECATED                  \
-       -DG_DISABLE_SINGLE_INCLUDES             \
        -DGOBJECT_COMPILATION                   \
        -DG_DISABLE_CONST_RETURNS