Makefile.am: avoid use of INCLUDES variable
commit115bd71299d511cace768a485737652fa6e31400
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 17 Dec 2013 19:09:56 +0000 (17 20:09 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 17 Dec 2013 19:09:56 +0000 (17 20:09 +0100)
treeb703881c5c654fc4bc079ad339ade9a502ebdd7d
parent9da631b7d4e3e71e597515ed18dad8c7a4fac962
Makefile.am: avoid use of INCLUDES variable

Recent versions of automake complain about the use of a variable
called INCLUDES.  In particular, replace the tool specific
*_CPPFLAGS variables by a generic AM_CPPFLAGS.
Originally, some of these variables were different because
only some tools depended on piplib.  Since support for piplib
was removed, all these variables have the same value.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am