diff options
author | Emil Velikov <[email protected]> | 2017-03-16 17:04:54 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-17 13:10:09 +0000 |
commit | f8b1b9404e5e584f5915049a5be68898cd383967 (patch) | |
tree | c64fddbef5609013b635e79b5635d1f4387ebdae /src/mesa | |
parent | d9a41ce8aa6a3a3932d5b24668ee419136a1daa1 (diff) |
mesa: automake: add all headers to the tarball.
Fixes: d8d81fbc316 ("mesa: Add infrastructure for a worker thread to process GL commands.")
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources index aa355407f73..8a65fbe6632 100644 --- a/src/mesa/Makefile.sources +++ b/src/mesa/Makefile.sources @@ -116,6 +116,7 @@ MAIN_FILES = \ main/glformats.c \ main/glformats.h \ main/glthread.c \ + main/glthread.h \ main/glheader.h \ main/hash.c \ main/hash.h \ @@ -133,6 +134,7 @@ MAIN_FILES = \ main/lines.h \ main/macros.h \ main/marshal.c \ + main/marshal.h \ main/marshal_generated.c \ main/marshal_generated.h \ main/matrix.c \ |