summaryrefslogtreecommitdiff
path: root/Xext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r--Xext/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am
index 9e35ae185..b03fedaa3 100644
--- a/Xext/Makefile.am
+++ b/Xext/Makefile.am
@@ -104,13 +104,6 @@ if XPRINT
104BUILTIN_SRCS += $(XPRINT_SRCS) 104BUILTIN_SRCS += $(XPRINT_SRCS)
105endif 105endif
106 106
107# Colormap Utilization Protocol: Less flashing when switching between
108# PsuedoColor apps and better sharing of limited colormap slots
109CUP_SRCS = cup.c
110if CUP
111MODULE_SRCS += $(CUP_SRCS)
112endif
113
114# Multi-buffering extension 107# Multi-buffering extension
115MULTIBUFFER_SRCS = mbuf.c 108MULTIBUFFER_SRCS = mbuf.c
116EXTRA_MULTIBUFFER_SRCS = mbufbf.c mbufpx.c 109EXTRA_MULTIBUFFER_SRCS = mbufbf.c mbufpx.c
@@ -157,7 +150,6 @@ EXTRA_DIST = \
157 $(XINERAMA_SRCS) \ 150 $(XINERAMA_SRCS) \
158 $(XEVIE_SRCS) \ 151 $(XEVIE_SRCS) \
159 $(XPRINT_SRCS) \ 152 $(XPRINT_SRCS) \
160 $(CUP_SRCS) \
161 $(MULTIBUFFER_SRCS) \ 153 $(MULTIBUFFER_SRCS) \
162 $(EXTRA_MULTIBUFFER_SRCS) \ 154 $(EXTRA_MULTIBUFFER_SRCS) \
163 $(FONTCACHE_SRCS) \ 155 $(FONTCACHE_SRCS) \