X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=Makefile.am;h=2fa3b34c9f24a3f897096caa998ce8a959b8f228;hb=caf996342b53bf2ca4eedbe54bc86b68456d7470;hp=ee1eeca9591cb4f6d0a23f20fe7831a1e0b7c311;hpb=fd11da8464309d6d562bdf2cd59e22cc3763c65a;p=fontconfig.git diff --git a/Makefile.am b/Makefile.am index ee1eeca..2fa3b34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ # PERFORMANCE OF THIS SOFTWARE. DOCSRC=@DOCSRC@ -SUBDIRS=fontconfig fc-case fc-lang fc-glyphname src \ +SUBDIRS=fontconfig fc-case fc-lang fc-glyphname fc-arch src \ fc-cache fc-cat fc-list fc-match conf.d $(DOCSRC) test EXTRA_DIST = \ @@ -59,7 +59,7 @@ install-data-local: $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ fi; fi @(if $(RUN_FC_CACHE_TEST); then \ - echo " fc-cache/fc-cache -f -v"; \ + echo " fc-cache/fc-cache -s -f -v"; \ fc-cache/fc-cache -f -v; \ else \ echo "***"; \