diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-02 13:47:34 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-02 13:47:34 +0000 |
commit | 85dc48c37596c6712fe2dcf20dcae73dff47d664 (patch) | |
tree | 3a0e054b091b1c12d09a47a7d5af46c9a77e9776 /lib/fontconfig/fc-cache | |
parent | 5efa35d3f7360cd2a6de74ef1211cd1e452f2a30 (diff) |
Link utilities against the newly built libfontconfig, not the (old)
installed one.
Diffstat (limited to 'lib/fontconfig/fc-cache')
-rw-r--r-- | lib/fontconfig/fc-cache/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fontconfig/fc-cache/Makefile.am b/lib/fontconfig/fc-cache/Makefile.am index f9893c187..55c43d820 100644 --- a/lib/fontconfig/fc-cache/Makefile.am +++ b/lib/fontconfig/fc-cache/Makefile.am @@ -39,7 +39,7 @@ bin_PROGRAMS=fc-cache EXTRA_DIST=fc-cache.sgml -fc_cache_LDADD = $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) ${top_builddir}/src/libfontconfig.la +fc_cache_LDADD = ${top_builddir}/src/libfontconfig.la $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) if USEDOCBOOK |