From 82b470b0b354f22d12463274a914e8993fd7cd3f Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Fri, 29 Feb 2008 02:10:11 -0300 Subject: [PATCH] Remove symbol clashes by not compiling shape.c as builtin and as module. The clashing between Xorg and libextmod.so symbols are: ShapeExtensionInit CreateClipShape CreateBoundingShape SendShapeNotify These symbols must also have public visibility, done in another following patch. --- Xext/Makefile.am | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Xext/Makefile.am b/Xext/Makefile.am index 648736d..86d07ef 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -29,7 +29,6 @@ BUILTIN_SRCS = \ MODULE_SRCS = \ bigreq.c \ mitmisc.c \ - shape.c \ sync.c \ xcmisc.c -- 1.5.3.2