summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2014-07-01 19:40:47 +0200
committerMiloslav Trmač <mitr@redhat.com>2015-06-08 17:38:29 +0200
commit2a6aa19c2c774f40288bf8f6dd56d9492f1e32f8 (patch)
tree6888e8096cdf6dcceeb5255f1334356705db3ec7 /test
parent6f242a706f8c9694b9de00757c1bdbee8d7cdfb4 (diff)
downloadpolkit-2a6aa19c2c774f40288bf8f6dd56d9492f1e32f8.tar.gz
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
Diffstat (limited to 'test')
-rw-r--r--test/polkit/Makefile.am2
-rw-r--r--test/polkitbackend/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/polkit/Makefile.am b/test/polkit/Makefile.am
index 802f2be..1e0a23f 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 632571e..8859c1f 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 \