diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 17:05:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 17:05:33 +0000 |
commit | 032a7edca21908e76cad9bd48614a3d1ac02a675 (patch) | |
tree | e57e9eb0969b4028b65fdead97435c7293d045f4 /app/xfs | |
parent | 2c8a615da626ec40bf7a41633091604ca6c53ad8 (diff) |
Fontcache is gone.
Diffstat (limited to 'app/xfs')
-rw-r--r-- | app/xfs/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/xfs/Makefile.am b/app/xfs/Makefile.am index a93124500..e2113a67e 100644 --- a/app/xfs/Makefile.am +++ b/app/xfs/Makefile.am @@ -19,13 +19,11 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -ACLOCAL_AMFLAGS = -I m4 - configdir = $(sysconfdir)/X11/fs bin_PROGRAMS = xfs -FONT_FLAGS = -DFONT_PCF -DFONT_FS -DFONT_SPEEDO -DFONTCACHE +FONT_FLAGS = -DFONT_PCF -DFONT_FS -DFONT_SPEEDO AM_CPPFLAGS = $(XFS_CFLAGS) -I$(top_srcdir)/include -DXFSPIDDIR=\"/var/run\" \ $(FONT_FLAGS) -D_BSD_SOURCE -DFONT_t -DTRANS_SERVER -DTRANS_REOPEN |