warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

This commit is contained in:
Ludovic Rousseau 2012-05-18 16:03:07 +00:00
parent 41f979c21d
commit 78fea850c9
2 changed files with 2 additions and 2 deletions

View file

@ -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 .

View file

@ -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