diff options
author | Patrick Lam <plam@MIT.EDU> | 2005-12-09 16:36:45 +0000 |
---|---|---|
committer | Patrick Lam <plam@MIT.EDU> | 2005-12-09 16:36:45 +0000 |
commit | ea44e2184198aba956e39ae63a4914544c9719fe (patch) | |
tree | ab8fb172d3b0e371c930e9fb45b10b5d92e31a0a /fc-cache/Makefile.am | |
parent | 204da5a8b88a73e54a9bab0537db7ff4fe8c6374 (diff) |
Migrate cache files from fonts directories to /var/cache/fontconfig. This
helps make fontconfig FHS-compliant, but requires that all caches get
rebuilt.
Also, autogen.sh now needs the additional parameter
--localstatedir=/var.
Diffstat (limited to 'fc-cache/Makefile.am')
-rw-r--r-- | fc-cache/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fc-cache/Makefile.am b/fc-cache/Makefile.am index ad42af3b..5f179f55 100644 --- a/fc-cache/Makefile.am +++ b/fc-cache/Makefile.am @@ -27,6 +27,8 @@ FC_CACHE_SRC=${top_srcdir}/fc-cache SGML = ${FC_CACHE_SRC}/fc-cache.sgml +AM_CPPFLAGS = -DPKGCACHEDIR='"${pkgcachedir}"' + INCLUDES=-I${top_srcdir} $(FREETYPE_CFLAGS) bin_PROGRAMS=fc-cache |