summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorStefan Kost <stefkost@src.gnome.org>2008-10-03 13:02:10 +0000
committerStefan Kost <stefkost@src.gnome.org>2008-10-03 13:02:10 +0000
commitb7d49bada98fcc2d761f7025af4218ecd315a18a (patch)
tree41f018fae592061cffefb9767a8f13647182f15e /examples
parentf75c525ec5801ed666a09f7bf2eac967366f6e7d (diff)
downloadgtk-doc-b7d49bada98fcc2d761f7025af4218ecd315a18a.tar.gz
patch by: Simon Josefsson <simon@josefsson.org>
* examples/Makefile.am: * tests/bugs/docs/Makefile.am: * tests/gobject/docs-tmpl/Makefile.am: * tests/gobject/docs/Makefile.am: Use GTKDOC_CFLAGS instead of INCLUDES in Makefile.am. Fixes #553407. svn path=/trunk/; revision=603
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index bdbfe7e..6dafea6 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -68,9 +68,9 @@ expand_content_files=
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
-# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
+# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES=
+GTKDOC_CFLAGS=
GTKDOC_LIBS=
# This includes the standard gtk-doc make rules, copied by gtkdocize.