From 32fed4572754c2d484cd1605ff273c3fbfbd09bb Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 8 Jan 2008 12:34:19 -0800 Subject: Eliminate references to freetype from utility Makefile.am's The utility programs don't use any freetype interfaces, so they don't need to directly refer to freetype headers or libraries. --- fc-match/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fc-match') diff --git a/fc-match/Makefile.am b/fc-match/Makefile.am index c5e77da3..60e86497 100644 --- a/fc-match/Makefile.am +++ b/fc-match/Makefile.am @@ -29,13 +29,13 @@ FC_MATCH_SRC=${top_srcdir}/fc-match SGML = ${FC_MATCH_SRC}/fc-match.sgml -INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS) +INCLUDES=-I${top_srcdir} $(WARN_CFLAGS) man_MANS=fc-match.1 EXTRA_DIST=fc-match.sgml $(man_MANS) -fc_match_LDADD = $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) ${top_builddir}/src/libfontconfig.la +fc_match_LDADD = ${top_builddir}/src/libfontconfig.la if USEDOCBOOK -- cgit v1.2.3