build: use AM_CPPFLAGS instead of INCLUDES

The latter is marked as deprecated as of automake 1.12.4:

warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
This commit is contained in:
Dave Reisner
2012-12-30 11:15:34 -05:00
committed by Milan Broz
parent d1466f23ed
commit ab080ab544
8 changed files with 8 additions and 8 deletions

View File

@@ -27,4 +27,4 @@ libcrypto_backend_la_SOURCES += crypto_nettle.c
libcrypto_backend_la_SOURCES += pbkdf2_generic.c
endif
INCLUDES = -D_GNU_SOURCE -I$(top_srcdir)/lib
AM_CPPFLAGS = -D_GNU_SOURCE -I$(top_srcdir)/lib