diff --git a/gobject/ChangeLog b/gobject/ChangeLog index cbcc1c470..5c3150be3 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 2274f9f83..4d59fc035 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