From: Emil Velikov Date: Fri, 29 Apr 2016 17:53:15 +0000 (+0100) Subject: spirv: automake: add missing headers to the tarball. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cee69ccb9248d571ac9846e6eedf7d440df8ba24;p=mesa.git spirv: automake: add missing headers to the tarball. Signed-off-by: Emil Velikov --- diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 3426bcfc451..2a523199b9b 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -237,7 +237,9 @@ NIR_FILES = \ nir/nir_worklist.h SPIRV_FILES = \ + spirv/GLSL.std.450.h \ spirv/nir_spirv.h \ + spirv/spirv.h \ spirv/spirv_to_nir.c \ spirv/vtn_alu.c \ spirv/vtn_cfg.c \