warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
This commit is contained in:
parent
48016fa297
commit
beab815ecb
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ bin_PROGRAMS = \
|
|||
nfc-relay-picc
|
||||
|
||||
# set the include path found by configure
|
||||
INCLUDES = $(all_includes) $(LIBNFC_CFLAGS)
|
||||
|
||||
AM_CFLAGS =
|
||||
AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
|
||||
|
||||
noinst_HEADERS = mifare.h nfc-utils.h
|
||||
noinst_LTLIBRARIES = libnfcutils.la
|
||||
|
|
Loading…
Reference in a new issue