diff options
author | Matt Turner <[email protected]> | 2013-11-10 19:01:58 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-04-07 09:45:26 -0700 |
commit | 144bbb7b78ecac33c62c6dc28df1747a73c4eb39 (patch) | |
tree | 545f45093078c14e725d64aeb7d71c696d5897e7 /src/mapi/glapi | |
parent | fbca1ab78085374b827725aea389c24a957467ed (diff) |
glapi/build: Add headers to distribution.
Acked-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/Makefile.sources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mapi/glapi/Makefile.sources b/src/mapi/glapi/Makefile.sources index 100e6347ee9..04fef6c9e4b 100644 --- a/src/mapi/glapi/Makefile.sources +++ b/src/mapi/glapi/Makefile.sources @@ -6,7 +6,9 @@ GLAPI_SOURCES = \ glapi_gentable.c \ glapi_getproc.c \ glapi_nop.c \ - glapi.c + glapi.c \ + glapi.h \ + glapi_priv.h X86_API = \ glapi_x86.S |