glapi: drop glapi.[ch] and glapitemp.h from being copied to the X server.
authorDave Airlie <airlied@redhat.com>
Mon, 21 Mar 2011 02:03:20 +0000 (12:03 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 21 Mar 2011 02:03:20 +0000 (12:03 +1000)
These files are no longer considered shared as the X code is a lot simpler
without sharing them.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mapi/glapi/gen/Makefile

index 1f4642af5597d0aa89286442fe0fa6bc5bd56aa2..42eed167969ae10ae93686657a5cc69d06043bc2 100644 (file)
@@ -41,8 +41,6 @@ XORG_GLX_DIR = $(XORG_BASE)/glx
 XORG_GLAPI_DIR = $(XORG_BASE)/glx
 
 XORG_GLAPI_FILES = \
-       $(XORG_GLAPI_DIR)/glapi.h \
-       $(XORG_GLAPI_DIR)/glapi.c \
        $(XORG_GLAPI_DIR)/glapi_getproc.c \
        $(XORG_GLAPI_DIR)/glapi_nop.c \
        $(XORG_GLAPI_DIR)/glthread.c \
@@ -50,7 +48,6 @@ XORG_GLAPI_FILES = \
 
 XORG_GLAPI_OUTPUTS = \
        $(XORG_GLAPI_DIR)/glprocs.h \
-       $(XORG_GLAPI_DIR)/glapitemp.h \
        $(XORG_GLAPI_DIR)/glapioffsets.h \
        $(XORG_GLAPI_DIR)/glapitable.h \
        $(XORG_GLAPI_DIR)/glapidispatch.h