diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-11 18:45:39 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-11 18:45:39 +0200 |
commit | f8b90da425aa807de2e6b12de44c1176260be5d6 (patch) | |
tree | 7dea1a1b3aa7a6401e557a00d6133402af4268a9 /docs | |
parent | 46e783575b85a3717612e9cd3bd72147b26d8cf4 (diff) | |
download | mate-polkit-f8b90da425aa807de2e6b12de44c1176260be5d6.tar.bz2 mate-polkit-f8b90da425aa807de2e6b12de44c1176260be5d6.tar.xz |
Use AM_CPPFLAGS instead of INCLUDES
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
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 \ |