From 9950eec173d056e324332c12fa269c852cc931aa Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 23 Mar 2015 16:17:35 +0000 Subject: [PATCH] glsl: add the remaining files to the tarball Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- 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.7.4