diff options
author | Chia-I Wu <[email protected]> | 2010-10-26 03:42:09 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-10-27 10:08:27 +0800 |
commit | e213968f2b99b07e20b69e4dd6f94bea35f54161 (patch) | |
tree | 7ac3b11a16a67265ffba9b64ee5eedcd41f41223 /src/mapi/glapi/gen-es | |
parent | b5022ad03584f119b27c143b53e7ed80e8c12ffb (diff) |
glapi: Move glapidispatch.h to core mesa.
It is a core mesa header, not a glapi header.
Diffstat (limited to 'src/mapi/glapi/gen-es')
-rw-r--r-- | src/mapi/glapi/gen-es/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen-es/Makefile b/src/mapi/glapi/gen-es/Makefile index bda8e9ef729..709cfa8f94f 100644 --- a/src/mapi/glapi/gen-es/Makefile +++ b/src/mapi/glapi/gen-es/Makefile @@ -3,7 +3,6 @@ GLAPI = ../gen include $(TOP)/configs/current OUTPUTS := \ - glapi/glapidispatch.h \ glapi/glapioffsets.h \ glapi/glapitable.h \ glapi/glapitemp.h \ @@ -11,6 +10,7 @@ OUTPUTS := \ glapi/glapi_sparc.S \ glapi/glapi_x86-64.S \ glapi/glapi_x86.S \ + main/glapidispatch.h \ main/remap_helper.h COMMON = gl_XML.py glX_XML.py license.py typeexpr.py |