From f8b90da425aa807de2e6b12de44c1176260be5d6 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 Aug 2013 18:45:39 +0200 Subject: Use AM_CPPFLAGS instead of INCLUDES --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile.am') 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 \ -- cgit v1.2.1