glib r6878 - trunk/gthread



Author: mitch
Date: Mon May  5 15:05:40 2008
New Revision: 6878
URL: http://svn.gnome.org/viewvc/glib?rev=6878&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/gthread/ChangeLog
   trunk/gthread/Makefile.am

Modified: trunk/gthread/Makefile.am
==============================================================================
--- trunk/gthread/Makefile.am	(original)
+++ trunk/gthread/Makefile.am	Mon May  5 15:05:40 2008
@@ -8,7 +8,8 @@
 	-DG_LOG_DOMAIN=\"GThread\" 	\
 	@GTHREAD_COMPILE_IMPL_DEFINES@ 	\
 	@GLIB_DEBUG_FLAGS@ 		\
-	-DG_DISABLE_DEPRECATED
+	-DG_DISABLE_DEPRECATED		\
+	-DG_DISABLE_SINGLE_INCLUDES
 
 EXTRA_DIST +=				\
 		makefile.msc.in		\



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