summaryrefslogtreecommitdiff
path: root/fc-match
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2006-04-07 18:07:51 +0000
committerPatrick Lam <plam@MIT.EDU>2006-04-07 18:07:51 +0000
commit86abd75965f598dba79a3df68e7bc4c5082a5764 (patch)
tree13877682c6c79bb5d2bdfc21a69bd6df56f5e969 /fc-match
parentf23f5f388d93655af972083513ba4d505ec4f449 (diff)
LD_ADD missing dependencies for binaries. Reported by Edson Alves Pereira.
reviewed by: plam
Diffstat (limited to 'fc-match')
-rw-r--r--fc-match/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-match/Makefile.am b/fc-match/Makefile.am
index 00d3330..c35ca22 100644
--- a/fc-match/Makefile.am
+++ b/fc-match/Makefile.am
@@ -33,7 +33,7 @@ INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) $(WARN_CFLAGS)
EXTRA_DIST=fc-match.sgml
-fc_match_LDADD = ${top_builddir}/src/libfontconfig.la
+fc_match_LDADD = $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) ${top_builddir}/src/libfontconfig.la
if USEDOCBOOK