summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenoit Dejean <bdejean@gmail.com>2015-06-21 18:04:12 +0200
committerBenoit Dejean <bdejean@gmail.com>2015-07-15 18:24:29 +0200
commit119049b8c07c05b2c6e12f36a934b5229cc7f179 (patch)
tree3ca02ded779cbbad71e5e3f9cda5dafa1294ef89 /doc
parent1908c00d32674e3fae2b3cb0d83a9d7609f6e616 (diff)
downloadlibgtop-119049b8c07c05b2c6e12f36a934b5229cc7f179.tar.gz
Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 91451884..042eb230 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -46,9 +46,9 @@ HTML_IMAGES=
# 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=
+AM_CPPFLAGS=
GTKDOC_LIBS=
# This includes the standard gtk-doc make rules, copied by gtkdocize.