summaryrefslogtreecommitdiff
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
parent3dd6f931330e75a644d92e8f96f3268fc39938ae (diff)
downloadModemManager-31695a3912ee396836b6af017f9eb9a0b2d46073.tar.gz
build: INCLUDES -> AM_CPPFLAGS to quiet automake warning
-rw-r--r--docs/reference/api/Makefile.am2
-rw-r--r--docs/reference/libmm-glib/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/api/Makefile.am b/docs/reference/api/Makefile.am
index 60796875d..68029cfbf 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) \
diff --git a/docs/reference/libmm-glib/Makefile.am b/docs/reference/libmm-glib/Makefile.am
index ad0f151cb..e2abdbf5c 100644
--- a/docs/reference/libmm-glib/Makefile.am
+++ b/docs/reference/libmm-glib/Makefile.am
@@ -33,7 +33,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) \