1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-13 05:56:59 +02:00

don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now.

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
This commit is contained in:
Michael Natterer
2008-05-28 16:16:55 +00:00
committed by Michael Natterer
parent 1364c9b365
commit ca5fa5691c
2 changed files with 5 additions and 1 deletions

@ -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> 2008-05-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.17.0 === * === Released 2.17.0 ===

@ -13,7 +13,6 @@ AM_CPPFLAGS = \
-I$(top_builddir) \ -I$(top_builddir) \
$(GLIB_DEBUG_FLAGS) \ $(GLIB_DEBUG_FLAGS) \
-DG_DISABLE_DEPRECATED \ -DG_DISABLE_DEPRECATED \
-DG_DISABLE_SINGLE_INCLUDES \
-DGOBJECT_COMPILATION \ -DGOBJECT_COMPILATION \
-DG_DISABLE_CONST_RETURNS -DG_DISABLE_CONST_RETURNS