From 2034bdd46ce757a18fdb3498f6a0232db16522f3 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 10 Oct 2015 16:13:38 +0100 Subject: [PATCH] nir: include nir_instr_set.h in the tarball Signed-off-by: Emil Velikov --- src/glsl/Makefile.sources | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2