summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-05-10 09:50:49 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-05-10 09:50:49 +0200
commit3dbee74f926f4b4d35a0588207d36c12da0a4e3c (patch)
tree581840c921430ef81fc9c090e02a2aea77cad34b /docs
parent316fe6c2bfd2d5ad9ca50f288b33517ecaf7acdd (diff)
build: use AM_CPPFLAGS instead of INCLUDES
Fixes recent automake warnings.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libqmi-glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libqmi-glib/Makefile.am b/docs/reference/libqmi-glib/Makefile.am
index cb3a8d5..c83fb15 100644
--- a/docs/reference/libqmi-glib/Makefile.am
+++ b/docs/reference/libqmi-glib/Makefile.am
@@ -46,7 +46,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) \