summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2014-07-01 19:40:47 +0200
committerMiloslav Trmač <mitr@redhat.com>2015-06-08 17:38:29 +0200
commit2a6aa19c2c774f40288bf8f6dd56d9492f1e32f8 (patch)
tree6888e8096cdf6dcceeb5255f1334356705db3ec7 /docs
parent6f242a706f8c9694b9de00757c1bdbee8d7cdfb4 (diff)
downloadpolkit-2a6aa19c2c774f40288bf8f6dd56d9492f1e32f8.tar.gz
s/INCLUDES/AM_CPPFLAGS/g
to silence warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') https://bugs.freedesktop.org/show_bug.cgi?id=80767
Diffstat (limited to 'docs')
-rw-r--r--docs/polkit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/polkit/Makefile.am b/docs/polkit/Makefile.am
index cd163b4..1fce92c 100644
--- a/docs/polkit/Makefile.am
+++ b/docs/polkit/Makefile.am
@@ -30,7 +30,7 @@ IGNORE_HFILES= \
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
-INCLUDES = \
+AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
-I$(top_srcdir)/src/polkit \
-I$(top_builddir)/src/polkit \