don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now.
authorMichael Natterer <mitch@imendio.com>
Wed, 28 May 2008 16:17:13 +0000 (16:17 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 28 May 2008 16:17:13 +0000 (16:17 +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=6953

gmodule/ChangeLog
gmodule/Makefile.am

index 4265f0f..da6cb4b 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 3965fc8..852aabb 100644 (file)
@@ -7,8 +7,7 @@ AM_CPPFLAGS =                           \
        -I$(top_srcdir)/gmodule         \
        -DG_LOG_DOMAIN=\"GModule\"      \
        @GLIB_DEBUG_FLAGS@              \
-       -DG_DISABLE_DEPRECATED          \
-       -DG_DISABLE_SINGLE_INCLUDES
+       -DG_DISABLE_DEPRECATED
 
 EXTRA_DIST +=                          \
                makefile.msc.in         \