diff options
author | Adam Jackson <ajax@redhat.com> | 2008-04-18 18:28:01 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-04-18 18:28:01 -0400 |
commit | f6617b4127125516583f321c961d70f762f728be (patch) | |
tree | 3ddc9e26362ed236ddf95ff3cbe6cf6706fc76a5 /Xext/Makefile.am | |
parent | c14f5dc237a31b13d98ae2d0d6143bd91083cf13 (diff) |
Death to Extended Visual Information.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 648736d95..4a2925f4e 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -118,12 +118,6 @@ if CUP MODULE_SRCS += $(CUP_SRCS) endif -# Extended Visual Information -EVI_SRCS = EVI.c sampleEVI.c EVIstruct.h -if EVI -MODULE_SRCS += $(EVI_SRCS) -endif - # Multi-buffering extension MULTIBUFFER_SRCS = mbuf.c EXTRA_MULTIBUFFER_SRCS = mbufbf.c mbufpx.c @@ -172,7 +166,6 @@ EXTRA_DIST = \ $(XPRINT_SRCS) \ $(APPGROUP_SRCS) \ $(CUP_SRCS) \ - $(EVI_SRCS) \ $(MULTIBUFFER_SRCS) \ $(EXTRA_MULTIBUFFER_SRCS) \ $(FONTCACHE_SRCS) \ |