automake: Rename INCLUDES to AM_CPPFLAGS (new name)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 Jan 2014 14:19:23 +0000 (09:19 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 15 Jan 2014 14:19:23 +0000 (09:19 -0500)
Fixes this warning:

Makefile.am:3: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am

index 2f81bce9b6a4196505225b5e26606ae25e7e8772..4a07010674c77ed8d9f6730256a9066314577a8a 100644 (file)
@@ -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
This page took 0.02455 seconds and 4 git commands to generate.