From beab815ecb75a84ff73f3ba62f1486ef417879c9 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Fri, 18 May 2012 07:40:41 +0000 Subject: [PATCH] warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') --- utils/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils/Makefile.am b/utils/Makefile.am index bf9b6ce..a86e6ed 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -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