summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-11 18:45:39 +0200
committerStefano Karapetsas <[email protected]>2013-08-11 18:45:39 +0200
commitf8b90da425aa807de2e6b12de44c1176260be5d6 (patch)
tree7dea1a1b3aa7a6401e557a00d6133402af4268a9
parent46e783575b85a3717612e9cd3bd72147b26d8cf4 (diff)
downloadmate-polkit-f8b90da425aa807de2e6b12de44c1176260be5d6.tar.bz2
mate-polkit-f8b90da425aa807de2e6b12de44c1176260be5d6.tar.xz
Use AM_CPPFLAGS instead of INCLUDES
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index c3b8217..45dd77f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -25,7 +25,7 @@ IGNORE_HFILES= \
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
-INCLUDES = \
+AM_CPPFLAGS = \
$(POLKIT_GOBJECT_CFLAGS) \
$(GTK_CFLAGS) \
-I$(top_srcdir)/polkitgtkmate \