diff options
author | Chia-I Wu <[email protected]> | 2010-12-10 17:14:04 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-12-18 15:05:52 +0800 |
commit | c17d4999f108d86c468cf4b11b08f915c282ce12 (patch) | |
tree | ebe64e1ef25fef106b66b188a317c84cbe21a709 /src/mapi/glapi/sources.mak | |
parent | c7119e281b21bcfc88e5fdce2a5d8ebdbf6c6b62 (diff) |
mapi: Clean up u_current interface.
Try not to use macros to make u_current.h appear to be glapi.h. Use
u_current.h to implement glapi.h instead whenever possible.
Diffstat (limited to 'src/mapi/glapi/sources.mak')
-rw-r--r-- | src/mapi/glapi/sources.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapi/glapi/sources.mak b/src/mapi/glapi/sources.mak index cdcfa36e51f..0b4d8cf65df 100644 --- a/src/mapi/glapi/sources.mak +++ b/src/mapi/glapi/sources.mak @@ -5,7 +5,8 @@ GLAPI_SOURCES = \ glapi_entrypoint.c \ glapi_getproc.c \ glapi_nop.c \ - glthread.c + glthread.c \ + glapi.c X86_API = \ glapi_x86.S |