aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2011-12-05 15:18:54 -0800
committerIan Romanick <[email protected]>2011-12-13 16:07:17 -0800
commitc0d2f4c123989158a845813cb1703a7b49307a37 (patch)
tree33e0f87e789382b3c75fa6debb2a405629d5e922 /src/mapi
parente089a0e2ee4a0546df73fdf76a40395d6d9ceb52 (diff)
glapi/glx: Don't send GL API files to the xserver
The versions in the xserver and in libGL have diverged enough that the xserver doesn't want these. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mapi/glapi/gen/Makefile b/src/mapi/glapi/gen/Makefile
index 4110cda7b3e..13bd3834da4 100644
--- a/src/mapi/glapi/gen/Makefile
+++ b/src/mapi/glapi/gen/Makefile
@@ -41,12 +41,6 @@ MESA_OUTPUTS = \
XORG_GLX_DIR = $(XORG_BASE)/glx
XORG_GLAPI_DIR = $(XORG_BASE)/glx
-XORG_GLAPI_FILES = \
- $(XORG_GLAPI_DIR)/glapi_getproc.c \
- $(XORG_GLAPI_DIR)/glapi_nop.c \
- $(XORG_GLAPI_DIR)/glthread.c \
- $(XORG_GLAPI_DIR)/glthread.h
-
XORG_GLAPI_OUTPUTS = \
$(XORG_GLAPI_DIR)/glprocs.h \
$(XORG_GLAPI_DIR)/glapioffsets.h \
@@ -55,7 +49,6 @@ XORG_GLAPI_OUTPUTS = \
$(XORG_GLAPI_DIR)/glapi_gentable.c
XORG_OUTPUTS = \
- $(XORG_GLAPI_FILES) \
$(XORG_GLAPI_OUTPUTS) \
$(XORG_GLX_DIR)/indirect_dispatch.c \
$(XORG_GLX_DIR)/indirect_dispatch_swap.c \