From 78fea850c9927ef5d3c30054e432dae943befb23 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 18 May 2012 16:03:07 +0000 Subject: [PATCH] warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- test/Makefile.am | 2 +- test/common/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index a2ac477..8e59b7b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -INCLUDES = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare +AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare LIBS = $(CUTTER_LIBS) SUBDIRS = common . diff --git a/test/common/Makefile.am b/test/common/Makefile.am index dbad4e7..1db7867 100644 --- a/test/common/Makefile.am +++ b/test/common/Makefile.am @@ -1,6 +1,6 @@ # $Id$ -INCLUDES = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare +AM_CPPFLAGS = $(CUTTER_CFLAGS) -I$(top_srcdir)/libfreefare AM_CFLAGS = @LIBNFC_CFLAGS@ if WITH_CUTTER