From c7f5c63f3f2dd7a52817926825deffae8f512afc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:18:43 +0200 Subject: build: avoid use of deprecated INCLUDES Make_global.am:7: "INCLUDES" is the old name for "AM_CPPFLAGS" (or "*_CPPFLAGS") Also remove unused $(all_includes). Signed-off-by: Jan Engelhardt --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make_global.am b/Make_global.am index b62b712..8b406a9 100644 --- a/Make_global.am +++ b/Make_global.am @@ -4,4 +4,4 @@ # http://sources.redhat.com/autobook/autobook/autobook_91.html LIBVERSION=2:0:2 -INCLUDES=$(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -- cgit v1.2.3