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

This commit is contained in:
Ludovic Rousseau 2012-05-18 07:40:41 +00:00
parent 48016fa297
commit beab815ecb

View file

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