gnome-desktop r5291 - in trunk: . docs/reference/gnome-desktop



Author: vuntz
Date: Mon Dec  1 18:06:19 2008
New Revision: 5291
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5291&view=rev

Log:
2008-12-01  Vincent Untz  <vuntz gnome org>

	* docs/reference/gnome-desktop/Makefile.am: add
	-DGNOME_DESKTOP_USE_UNSTABLE_API to CFLAGS so that it works.


Modified:
   trunk/ChangeLog
   trunk/docs/reference/gnome-desktop/Makefile.am

Modified: trunk/docs/reference/gnome-desktop/Makefile.am
==============================================================================
--- trunk/docs/reference/gnome-desktop/Makefile.am	(original)
+++ trunk/docs/reference/gnome-desktop/Makefile.am	Mon Dec  1 18:06:19 2008
@@ -67,7 +67,7 @@
 # signals and properties.
 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES=$(GNOME_DESKTOP_CFLAGS) -I$(top_srcdir)/libgnome-desktop
+INCLUDES=$(GNOME_DESKTOP_CFLAGS) -I$(top_srcdir)/libgnome-desktop -DGNOME_DESKTOP_USE_UNSTABLE_API
 GTKDOC_LIBS=$(GNOME_DESKTOP_LIBS) $(top_builddir)/libgnome-desktop/libgnome-desktop-2.la
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.



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