From: Michael Natterer Date: Wed, 28 May 2008 16:17:13 +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=4aff47a7114cf4f3241d1728064c2a6358162b58;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=6953 --- diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index 4265f0f8..da6cb4bc 100644 --- a/gmodule/ChangeLog +++ b/gmodule/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/gmodule/Makefile.am b/gmodule/Makefile.am index 3965fc82..852aabba 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -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 \