diff options
Diffstat (limited to 'src/mesa/glapi/sources')
-rw-r--r-- | src/mesa/glapi/sources | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mesa/glapi/sources b/src/mesa/glapi/sources new file mode 100644 index 0000000000..1d5c252821 --- /dev/null +++ b/src/mesa/glapi/sources @@ -0,0 +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 |