summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-11 18:45:39 +0200
committerinfirit <[email protected]>2013-12-17 12:57:16 +0100
commit9ddc8e1e19146cfebeed74418c9e932d54399d82 (patch)
tree796039ed76851fe89062fdab3546c129a7712fec
parentae0b250d0595bc86d11c8feba4b04f0646750657 (diff)
downloadmate-polkit-9ddc8e1e19146cfebeed74418c9e932d54399d82.tar.bz2
mate-polkit-9ddc8e1e19146cfebeed74418c9e932d54399d82.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 \