diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-24 09:00:22 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-24 15:46:08 -0400 |
commit | d6228cb22aa89b90834d80d98b91862c1fc01b54 (patch) | |
tree | 4e284d35f26e728cfe5c4502f25ddf1c5591aa58 /Xext/Makefile.am | |
parent | 990fc643ae90c034187707e7de414d80640ec6da (diff) |
Shape extension is built-in and mandatory.
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 37c68d7d3..3ae6013c0 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -29,7 +29,6 @@ BUILTIN_SRCS = \ # Sources always included in libXextmodule.la & libXext.la MODULE_SRCS = \ bigreq.c \ - shape.c \ sync.c \ xcmisc.c |