glib r6876 - trunk/gobject



Author: mitch
Date: Mon May  5 15:04:00 2008
New Revision: 6876
URL: http://svn.gnome.org/viewvc/glib?rev=6876&view=rev

Log:
2008-05-05  Michael Natterer  <mitch imendio com>

	* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent
	code from being checked in that breaks the build of applications
	which use G_DISABLE_SINGLE_INCLUDES.



Modified:
   trunk/gobject/ChangeLog
   trunk/gobject/Makefile.am

Modified: trunk/gobject/Makefile.am
==============================================================================
--- trunk/gobject/Makefile.am	(original)
+++ trunk/gobject/Makefile.am	Mon May  5 15:04:00 2008
@@ -13,6 +13,7 @@
 	-I$(top_builddir)			\
 	$(GLIB_DEBUG_FLAGS)			\
 	-DG_DISABLE_DEPRECATED			\
+	-DG_DISABLE_SINGLE_INCLUDES		\
 	-DGOBJECT_COMPILATION			\
 	-DG_DISABLE_CONST_RETURNS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]