summaryrefslogtreecommitdiff
path: root/fc-validate
diff options
context:
space:
mode:
authorSebastian Freundt <hroptatyr@fresse.org>2013-04-07 00:02:58 +0000
committerAkira TAGOH <akira@tagoh.org>2013-04-08 11:40:58 +0900
commit18bf57c70aafcad031c0b43756b754dcaf6a756a (patch)
tree4656e01b1cd7d9f1d85f97025ec4308b386e2ee1 /fc-validate
parent8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da (diff)
downloadfontconfig-18bf57c70aafcad031c0b43756b754dcaf6a756a.tar.gz
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.
Diffstat (limited to 'fc-validate')
-rw-r--r--fc-validate/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-validate/Makefile.am b/fc-validate/Makefile.am
index 54edec2..782cead 100644
--- a/fc-validate/Makefile.am
+++ b/fc-validate/Makefile.am
@@ -29,7 +29,7 @@ FC_VALIDATE_SRC=${top_srcdir}/fc-validate
SGML = ${FC_VALIDATE_SRC}/fc-validate.sgml
-INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS)
+AM_CPPFLAGS=-I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS)
BUILT_MANS=fc-validate.1