From b8dd42dce868f9c16a59790ce51f0542b59cb79d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 15 Jan 2013 18:30:32 -0800 Subject: Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html - Support for the long-deprecated INCLUDES variable will be removed altogether in Automake 1.14. The AM_CPPFLAGS variable should be used instead. This variable was deprecated in Automake releases prior to 1.10, which is the current minimum level required to build X. Signed-off-by: Alan Coopersmith Reviewed-by: Peter Hutterer --- src/builtins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/builtins/Makefile.am') diff --git a/src/builtins/Makefile.am b/src/builtins/Makefile.am index b203fda..6b96410 100644 --- a/src/builtins/Makefile.am +++ b/src/builtins/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I${top_srcdir}/include \ -I${top_srcdir}/src/bitmap -- cgit v1.2.3