[Mesa-dev] [PATCH 2/3] glsl: add the remaining files to the tarball

Emil Velikov emil.l.velikov at gmail.com
Mon Mar 23 09:17:35 PDT 2015


Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/glsl/Makefile.am      | 1 +
 src/glsl/Makefile.sources | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am
index b466a3b..ed90366 100644
--- a/src/glsl/Makefile.am
+++ b/src/glsl/Makefile.am
@@ -46,6 +46,7 @@ EXTRA_DIST = tests glcpp/tests README TODO glcpp/README	\
 	glcpp/glcpp-lex.l				\
 	glcpp/glcpp-parse.y				\
 	nir/nir_algebraic.py				\
+	nir/nir_builder_opcodes_h.py			\
 	nir/nir_constant_expressions.py			\
 	nir/nir_opcodes.py				\
 	nir/nir_opcodes_c.py				\
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources
index b876642..8d29c55 100644
--- a/src/glsl/Makefile.sources
+++ b/src/glsl/Makefile.sources
@@ -57,6 +57,7 @@ NIR_FILES = \
 	nir/nir_to_ssa.c \
 	nir/nir_types.h \
 	nir/nir_validate.c \
+	nir/nir_vla.h \
 	nir/nir_worklist.c \
 	nir/nir_worklist.h \
 	nir/nir_types.cpp \
-- 
2.3.1



More information about the mesa-dev mailing list