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

This commit is contained in:
Ludovic Rousseau 2012-05-18 07:38:42 +00:00
parent db2173efdf
commit 48016fa297
6 changed files with 6 additions and 6 deletions

View file

@ -22,7 +22,7 @@ check_PROGRAMS = \
quick_start_example1 quick_start_example1
# set the include path found by configure # set the include path found by configure
INCLUDES = $(all_includes) $(LIBNFC_CFLAGS) AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
AM_CFLAGS = -I$(top_srcdir)/libnfc -I$(top_srcdir) AM_CFLAGS = -I$(top_srcdir)/libnfc -I$(top_srcdir)

View file

@ -1,7 +1,7 @@
SUBDIRS = chips buses drivers . SUBDIRS = chips buses drivers .
# set the include path found by configure # set the include path found by configure
INCLUDES = $(all_includes) $(LIBNFC_CFLAGS) AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
noinst_HEADERS = \ noinst_HEADERS = \
drivers.h \ drivers.h \

View file

@ -1,6 +1,6 @@
# set the include path found by configure # set the include path found by configure
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS) AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
noinst_HEADERS = uart.h noinst_HEADERS = uart.h
noinst_LTLIBRARIES = libnfcbuses.la noinst_LTLIBRARIES = libnfcbuses.la

View file

@ -1,6 +1,6 @@
# set the include path found by configure # set the include path found by configure
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS) AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
noinst_HEADERS = pn53x.h pn53x-internal.h noinst_HEADERS = pn53x.h pn53x-internal.h
noinst_LTLIBRARIES = libnfcchips.la noinst_LTLIBRARIES = libnfcchips.la

View file

@ -1,5 +1,5 @@
# set the include path found by configure # set the include path found by configure
INCLUDES= $(all_includes) $(LIBNFC_CFLAGS) AM_CPPFLAGS = $(all_includes) $(LIBNFC_CFLAGS)
noinst_HEADERS = acr122_pcsc.h acr122_usb.h acr122s.h arygon.h pn532_uart.h pn53x_usb.h noinst_HEADERS = acr122_pcsc.h acr122_usb.h acr122s.h arygon.h pn532_uart.h pn53x_usb.h
noinst_LTLIBRARIES = libnfcdrivers.la noinst_LTLIBRARIES = libnfcdrivers.la

View file

@ -1,6 +1,6 @@
# $Id$ # $Id$
INCLUDES = $(CUTTER_CFLAGS) $(LIBNFC_CFLAGS) AM_CPPFLAGS = $(CUTTER_CFLAGS) $(LIBNFC_CFLAGS)
LIBS = $(CUTTER_LIBS) LIBS = $(CUTTER_LIBS)
if WITH_CUTTER if WITH_CUTTER