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.9.0~105 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=7d8246f8a268ecabea63d1004002cc3d366e3108;hp=b783aea4ff5879b0d201fa7ebe87642cabb3353e 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 2f81bce..4a07010 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