X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=Makefile.am;h=6e1c207ebdb295358cc88fdd33bf041853600160;hb=77c0d8bce86ca088782d5631617c0ef681d91312;hp=b9c0321c4afd6d9adb1f3126d11d446c32d2cefb;hpb=c6228a34b0ebaab3df395163b3b9246da2aa7d8c;p=fontconfig.git diff --git a/Makefile.am b/Makefile.am index b9c0321..6e1c207 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ DOCSRC=@DOCSRC@ SUBDIRS=fontconfig fc-case fc-lang fc-glyphname fc-arch src \ - fc-cache fc-cat fc-list fc-match conf.d $(DOCSRC) test + fc-cache fc-cat fc-list fc-match fc-query conf.d $(DOCSRC) test EXTRA_DIST = \ fontconfig.pc.in \ @@ -95,8 +95,8 @@ install-data-local: $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \ fi; fi @(if $(RUN_FC_CACHE_TEST); then \ - echo " $(bindir)/fc-cache/fc-cache -s -f -v"; \ - $(bindir)/fc-cache/fc-cache -s -f -v; \ + echo " $(bindir)/fc-cache -s -f -v"; \ + $(bindir)/fc-cache -s -f -v; \ else \ echo "***"; \ echo "*** Warning: fonts.cache not built"; \