diff options
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 384b0830ac2..1d5c2528211 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 |