diff options
author | Dave Airlie <[email protected]> | 2011-03-21 12:03:20 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-03-21 12:03:20 +1000 |
commit | 9b13c988acbf56018c52724e902a15c92ad89db3 (patch) | |
tree | 866c672167629f2c52e31da08c0f3cf393bc818c /src/mapi | |
parent | cfc7ded3ff5bdaff17e1022e11fd0e3aeee870a1 (diff) |
glapi: drop glapi.[ch] and glapitemp.h from being copied to the X server.
These files are no longer considered shared as the X code is a lot simpler
without sharing them.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mapi/glapi/gen/Makefile b/src/mapi/glapi/gen/Makefile index 1f4642af559..42eed167969 100644 --- a/src/mapi/glapi/gen/Makefile +++ b/src/mapi/glapi/gen/Makefile @@ -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 |