X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=fc-cache%2FMakefile.am;h=3700c4ad54e102444b99bf45bce49d3831086cf6;hb=d8ab9e6c42cb3513a6623df0c2866e1ebbd96485;hp=ef6c968ca71fce7c5feeda0d27346510fe2bc166;hpb=392fa276dcae8d4c66607bbbd8dd30354a331afc;p=fontconfig.git diff --git a/fc-cache/Makefile.am b/fc-cache/Makefile.am index ef6c968..3700c4a 100644 --- a/fc-cache/Makefile.am +++ b/fc-cache/Makefile.am @@ -35,13 +35,13 @@ install-data-local: uninstall-local: -$(RM) -rf "$(DESTDIR)$(pkgcachedir)" -INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) +INCLUDES=-I${top_srcdir} -I${top_srcdir}/src $(FREETYPE_CFLAGS) bin_PROGRAMS=fc-cache EXTRA_DIST=fc-cache.sgml -fc_cache_LDADD = ${top_builddir}/src/libfontconfig.la +fc_cache_LDADD = $(FREETYPE_LIBS) $(LIBXML2_LIBS) $(EXPAT_LIBS) ${top_builddir}/src/libfontconfig.la if USEDOCBOOK