]> git.wh0rd.org - fontconfig.git/blobdiff - Makefile.am
Libs.private needs freetype libraries
[fontconfig.git] / Makefile.am
index 7f1605cfa2f7323565c683f989c79369fc9a45ba..b9c0321c4afd6d9adb1f3126d11d446c32d2cefb 100644 (file)
@@ -32,7 +32,7 @@ EXTRA_DIST = \
         fontconfig.spec.in \
         fontconfig.spec \
        fontconfig-zip.in
-DISTCLEANFILES = config.cache ChangeLog
+DISTCLEANFILES = config.cache ChangeLog doltcompile
 MAINTAINERCLEANFILES = \
        $(srcdir)/aclocal.m4 \
        $(srcdir)/autoscan.log \
@@ -95,8 +95,8 @@ install-data-local:
          $(INSTALL_DATA) fonts.conf $(DESTDIR)$(configdir)/fonts.conf; \
        fi; fi
        @(if $(RUN_FC_CACHE_TEST); then \
-           echo " fc-cache/fc-cache -s -f -v"; \
-           fc-cache/fc-cache -s -f -v; \
+           echo " $(bindir)/fc-cache/fc-cache -s -f -v"; \
+           $(bindir)/fc-cache/fc-cache -s -f -v; \
        else \
            echo "***"; \
            echo "*** Warning: fonts.cache not built"; \