From: Mathieu Desnoyers Date: Wed, 15 Jan 2014 14:19:23 +0000 (-0500) Subject: automake: Rename INCLUDES to AM_CPPFLAGS (new name) X-Git-Tag: v0.8.2~4 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=49c33f30dc00948a63fb00f92d80dc4aa8e30486 automake: Rename INCLUDES to AM_CPPFLAGS (new name) Fixes this warning: Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Signed-off-by: Mathieu Desnoyers --- diff --git a/Makefile.am b/Makefile.am index e09778f..30a44ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS=-I config -INCLUDES = -I$(top_builddir)/urcu +AM_CPPFLAGS = -I$(top_builddir)/urcu #Add the -version-info directly here since we are only building # library that use the version-info