summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2008-12-01 18:06:19 +0000
committerVincent Untz <vuntz@src.gnome.org>2008-12-01 18:06:19 +0000
commit0a66c0324e8daab258a68f5628d06ae4f4e20fff (patch)
treee50ca1046107bf79fb861b93f78064bb2990b673
parent6be8b991dd10176cfc3963433032e33d72f589a7 (diff)
downloadgnome-desktop-0a66c0324e8daab258a68f5628d06ae4f4e20fff.tar.gz
add -DGNOME_DESKTOP_USE_UNSTABLE_API to CFLAGS so that it works.
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. svn path=/trunk/; revision=5291
-rw-r--r--ChangeLog5
-rw-r--r--docs/reference/gnome-desktop/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 375b35ee..1bc95593 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2008-11-05 Vincent Untz <vuntz@gnome.org>
* docs/reference/gnome-desktop/gnome-desktop-docs.sgml:
diff --git a/docs/reference/gnome-desktop/Makefile.am b/docs/reference/gnome-desktop/Makefile.am
index ad97e7a4..e2af26a4 100644
--- a/docs/reference/gnome-desktop/Makefile.am
+++ b/docs/reference/gnome-desktop/Makefile.am
@@ -67,7 +67,7 @@ expand_content_files=
# 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.