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

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