diff options
Diffstat (limited to 'fontconfig/fc-match')
-rw-r--r-- | fontconfig/fc-match/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/fc-match/Makefile.am b/fontconfig/fc-match/Makefile.am index 0e9e8fd0e..84afb8b26 100644 --- a/fontconfig/fc-match/Makefile.am +++ b/fontconfig/fc-match/Makefile.am @@ -29,7 +29,7 @@ FC_MATCH_SRC=${top_srcdir}/fc-match SGML = ${FC_MATCH_SRC}/fc-match.sgml -INCLUDES=-I${top_srcdir} $(WARN_CFLAGS) +AM_CPPFLAGS=-I${top_srcdir} $(WARN_CFLAGS) BUILT_MANS=fc-match.1 |