aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/api
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-08-05 09:52:20 -0500
committerDan Williams <dcbw@redhat.com>2014-08-05 09:52:20 -0500
commit31695a3912ee396836b6af017f9eb9a0b2d46073 (patch)
treecf26971bf654652b2ac3527fd659f67780c0003f /docs/reference/api
parent3dd6f931330e75a644d92e8f96f3268fc39938ae (diff)
build: INCLUDES -> AM_CPPFLAGS to quiet automake warning
Diffstat (limited to 'docs/reference/api')
-rw-r--r--docs/reference/api/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/api/Makefile.am b/docs/reference/api/Makefile.am
index 60796875..68029cfb 100644
--- a/docs/reference/api/Makefile.am
+++ b/docs/reference/api/Makefile.am
@@ -34,7 +34,7 @@ IGNORE_HFILES = \
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(srcdir) \
-I$(top_srcdir) \
-I$(top_builddir) \