summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2011-02-02 00:47:39 +0000
committerdaniel g. siegel <dgsiegel@gnome.org>2011-02-20 13:58:21 +0100
commitcb6eee79de3da5d61cd240062e192f08cc6187b7 (patch)
tree586263130cba575c9637247f62b76ca5649dee65 /docs
parent2c24ee4eb48fe6ca43850717484b0c51fc2555be (diff)
downloadcheese-cb6eee79de3da5d61cd240062e192f08cc6187b7.tar.gz
build: Use AM_CPPFLAGS instead deprecated INCLUDES
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 6a42a0de..fa13d893 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -75,9 +75,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. AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(CHEESE_CFLAGS)
+AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(CHEESE_CFLAGS)
GTKDOC_LIBS=\
$(top_builddir)/libcheese/libcheese.la \
$(top_builddir)/libcheese/libcheese-gtk.la