From d833f21c7ca10ace6cc27df01c1e54810f04aaa1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 12 Sep 2010 10:55:39 +0200 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make_global.am') 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 -- cgit v1.2.3