summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-09-12 10:55:39 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2010-09-12 10:55:39 +0200
commitd833f21c7ca10ace6cc27df01c1e54810f04aaa1 (patch)
tree5c8e035b590d0cc0d616418bd5942f8da1aefa3c
parent59dd4d852015a8c2e0e325d5e6e792f2b1ec5cd8 (diff)
build: avoid use of deprecated INCLUDES
Make_global.am:7: "INCLUDES" is the old name for "AM_CPPFLAGS" (or "*_CPPFLAGS") qa/Makefile.am:1: "Make_global.am" included from here Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am
index a4636ba..0ef055e 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -4,4 +4,4 @@
# http://sources.redhat.com/autobook/autobook/autobook_91.html
LIBVERSION=3:2:0
-INCLUDES=$(all_includes) -I$(top_srcdir)/include
+AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include