build-chain, replace INCLUDES directive by AM_CPPFLAGS
authorSebastian Freundt <hroptatyr@fresse.org>
Sun, 7 Apr 2013 00:02:58 +0000 (00:02 +0000)
committerAkira TAGOH <akira@tagoh.org>
Mon, 8 Apr 2013 02:40:58 +0000 (11:40 +0900)
commit18bf57c70aafcad031c0b43756b754dcaf6a756a
tree4656e01b1cd7d9f1d85f97025ec4308b386e2ee1
parent8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da
build-chain, replace INCLUDES directive by AM_CPPFLAGS

As of automake-13.1 the INCLUDES directive is no longer supported.
An automake run will return with an error.

This changeset simply follows automake's advice to replace INCLUDES
by AM_CPPFLAGS.
Tools.mk
fc-cache/Makefile.am
fc-cat/Makefile.am
fc-list/Makefile.am
fc-match/Makefile.am
fc-pattern/Makefile.am
fc-query/Makefile.am
fc-scan/Makefile.am
fc-validate/Makefile.am
src/Makefile.am