summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-12-11 10:50:56 -0500
committerAlejandro PiƱeiro <apinheiro@igalia.com>2013-12-11 16:55:12 +0100
commit44a3908cb60cb64f9d49ce481e0ccc0452cedd3c (patch)
tree101029e401a172b3fd266658acb7ebb8fd5b1df8 /docs
parent9f9c0c070d31bd0c02c7aaa5c86b7a5167071da0 (diff)
downloadatk-44a3908cb60cb64f9d49ce481e0ccc0452cedd3c.tar.gz
build: s/INCLUDES/AM_CPPFLAGS/
To silence automake deprecation warnings.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 11ef943..99bff8f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -22,7 +22,7 @@ IGNORE_HFILES = atkmarshal.h atkintl.h
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(DEP_CFLAGS)