warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
This commit is contained in:
parent
41f979c21d
commit
78fea850c9
2 changed files with 2 additions and 2 deletions
|
@ -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 .
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue