From: Emil Velikov Date: Sat, 10 Oct 2015 15:13:38 +0000 (+0100) Subject: nir: include nir_instr_set.h in the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2034bdd46ce757a18fdb3498f6a0232db16522f3;p=mesa.git nir: include nir_instr_set.h in the tarball Signed-off-by: Emil Velikov --- diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index 436949cd760..4da64f43873 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -34,6 +34,7 @@ NIR_FILES = \ nir/nir_intrinsics.c \ nir/nir_intrinsics.h \ nir/nir_instr_set.c \ + nir/nir_instr_set.h \ nir/nir_live_variables.c \ nir/nir_lower_alu_to_scalar.c \ nir/nir_lower_atomics.c \