summaryrefslogtreecommitdiff
path: root/Xext/Makefile.am
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-18 10:54:10 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-18 10:54:10 -0400
commit0b45ba488d8a3e901b83e445d17e7e9a67047b6c (patch)
treeaa3f0a7a90d91e5bbecbb445e75f9d232e89101a /Xext/Makefile.am
parentb85392e66b4cbfcc95897ac342f19ac8ab04d4cc (diff)
Drop the FONTCACHE extension.
This appears to have been dead code since X-TT was merged.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r--Xext/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index 484fe2605..37c68d7d3 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -106,12 +106,6 @@ if MULTIBUFFER
MODULE_SRCS += $(MULTIBUFFER_SRCS)
endif
-# Font Cache extension
-FONTCACHE_SRCS = fontcache.c
-if FONTCACHE
-MODULE_SRCS += $(FONTCACHE_SRCS)
-endif
-
# XF86 Big Font extension
BIGFONT_SRCS = xf86bigfont.c
if XF86BIGFONT