diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-21 16:04:22 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-11-21 16:04:22 +0000 |
commit | 8f008056b2e6347850ec52fdd6da7928b56c4ef9 (patch) | |
tree | 41bc0a168ea36ce741c6b928cc2c157337a7c25b /src/mesa/glapi/sources | |
parent | f332da515cdb8cacc3fdba8a74267d015b7c08be (diff) |
list header files in sources files (Dan Nicholson)
Diffstat (limited to 'src/mesa/glapi/sources')
-rw-r--r-- | src/mesa/glapi/sources | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mesa/glapi/sources b/src/mesa/glapi/sources index 384b0830ac..1d5c252821 100644 --- a/src/mesa/glapi/sources +++ b/src/mesa/glapi/sources @@ -1,3 +1,12 @@ MESA_GLAPI_SOURCES = \ glapi.c \ glthread.c + +MESA_GLAPI_HEADERS = \ +dispatch.h \ +glapi.h \ +glapioffsets.h \ +glapitable.h \ +glapitemp.h \ +glprocs.h \ +glthread.h |