build: avoid use of deprecated INCLUDES
authorJan Engelhardt <jengelh@medozas.de>
Sat, 30 Oct 2010 21:05:38 +0000 (23:05 +0200)
committerr.kubiak <r.kubiak@samsung.com>
Mon, 16 Nov 2015 13:12:06 +0000 (14:12 +0100)
commit8e49b222b4937dd4701bc123029f81ecab7a6201
treebac7c4662979024069fda37a0d528daa73a49928
parent66650cfcde862d02c58c19c980f90109bfcc0f74
build: avoid use of deprecated INCLUDES

Makefile.am: "INCLUDES" is the old name for "AM_CPPFLAGS" (or "*_CPPFLAGS")

And remove unused $(all_includes)

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
src/Makefile.am
utils/Makefile.am