From 15ee7864bab1f07d9700e9f8dd2b97d060627d41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 1 Jul 2014 19:40:47 +0200 Subject: [PATCH 5/5] 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 --- docs/polkit/Makefile.am | 2 +- src/examples/Makefile.am | 2 +- src/polkit/Makefile.am | 2 +- src/polkitagent/Makefile.am | 2 +- src/polkitbackend/Makefile.am | 2 +- src/programs/Makefile.am | 2 +- test/polkit/Makefile.am | 2 +- test/polkitbackend/Makefile.am | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/polkit/Makefile.am b/docs/polkit/Makefile.am index 9cf9d3f..b43d263 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 \ diff --git a/src/examples/Makefile.am b/src/examples/Makefile.am index 88cea72..9ab823f 100644 --- a/src/examples/Makefile.am +++ b/src/examples/Makefile.am @@ -1,7 +1,7 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \ diff --git a/src/polkit/Makefile.am b/src/polkit/Makefile.am index d648d29..0a37ddf 100644 --- a/src/polkit/Makefile.am +++ b/src/polkit/Makefile.am @@ -1,6 +1,6 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \ diff --git a/src/polkitagent/Makefile.am b/src/polkitagent/Makefile.am index 3bc364e..8913f63 100644 --- a/src/polkitagent/Makefile.am +++ b/src/polkitagent/Makefile.am @@ -1,6 +1,6 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ -I$(top_builddir)/src/polkit \ diff --git a/src/polkitbackend/Makefile.am b/src/polkitbackend/Makefile.am index 9f430d0..5696c1d 100644 --- a/src/polkitbackend/Makefile.am +++ b/src/polkitbackend/Makefile.am @@ -2,7 +2,7 @@ NULL = BUILT_SOURCES = -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ -I$(top_builddir)/src/polkit \ diff --git a/src/programs/Makefile.am b/src/programs/Makefile.am index 4e7273d..9e0501c 100644 --- a/src/programs/Makefile.am +++ b/src/programs/Makefile.am @@ -1,7 +1,7 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \ diff --git a/test/polkit/Makefile.am b/test/polkit/Makefile.am index 27bcb95..32ab622 100644 --- a/test/polkit/Makefile.am +++ b/test/polkit/Makefile.am @@ -1,7 +1,7 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ -I$(top_srcdir)/test \ diff --git a/test/polkitbackend/Makefile.am b/test/polkitbackend/Makefile.am index bb82dd4..7186e64 100644 --- a/test/polkitbackend/Makefile.am +++ b/test/polkitbackend/Makefile.am @@ -1,7 +1,7 @@ NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ -I$(top_srcdir)/test \ -- 1.8.3.1