docs: Pass -DCOGL_ENABLE_EXPERIMENTAL_API when scanning
authorEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 28 Aug 2010 20:21:08 +0000 (21:21 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sat, 28 Aug 2010 20:21:08 +0000 (21:21 +0100)
doc/reference/cogl/Makefile.am

index 74d96ea..9d3645e 100644 (file)
@@ -115,7 +115,7 @@ expand_content_files = \
 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
 
-INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/clutter -I$(top_srcdir)/clutter/cogl -I$(top_builddir)/clutter/cogl $(CLUTTER_CFLAGS)
+INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/clutter -I$(top_srcdir)/clutter/cogl -I$(top_builddir)/clutter/cogl -DCOGL_ENABLE_EXPERIMENTAL_API $(CLUTTER_CFLAGS)
 GTKDOC_LIBS=$(top_builddir)/clutter/libclutter-@CLUTTER_WINSYS@-@CLUTTER_API_VERSION@.la $(CLUTTER_LIBS)
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.