diff options
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 6 |
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 |