summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-03-16 17:04:54 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-03-17 13:10:09 +0000
commitf8b1b9404e5e584f5915049a5be68898cd383967 (patch)
treec64fddbef5609013b635e79b5635d1f4387ebdae
parentd9a41ce8aa6a3a3932d5b24668ee419136a1daa1 (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 <emil.velikov@collabora.com>
-rw-r--r--src/mesa/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index aa355407f7..8a65fbe663 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 \