From: Michael Natterer Date: Wed, 28 May 2008 16:16:55 +0000 (+0000) Subject: don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ca5fa5691ce4d83b91ed052b1a460f3ebaafbaf5;p=dana%2Fcg-glib.git don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now. 2008-05-28 Michael Natterer * Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now. svn path=/trunk/; revision=6952 --- diff --git a/gobject/ChangeLog b/gobject/ChangeLog index cbcc1c47..5c3150be 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,8 @@ +2008-05-28 Michael Natterer + + * Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in + the global CPPFLAGS now. + 2008-05-27 Matthias Clasen * === Released 2.17.0 === diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 2274f9f8..4d59fc03 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -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