From: Juan A. Suarez Romero Date: Mon, 9 Apr 2018 11:50:46 +0000 (+0200) Subject: spirv: autotools: add vtn_gather_types_c.py in distribution tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d0ef8ae335bfe746bd5802eb9521986349db4b4;p=mesa.git spirv: autotools: add vtn_gather_types_c.py in distribution tarball Fixes: 042ee4bea26 "(spirv: Move SPIR-V building to Makefile.spirv.am and spirv/meson.build") Reviewed-by: Emil Velikov --- diff --git a/src/compiler/Makefile.spirv.am b/src/compiler/Makefile.spirv.am index a9f90c26e7b..2ac97f30acf 100644 --- a/src/compiler/Makefile.spirv.am +++ b/src/compiler/Makefile.spirv.am @@ -55,4 +55,5 @@ CLEANFILES += \ EXTRA_DIST += \ spirv/spirv_info_c.py \ - spirv/spirv.core.grammar.json + spirv/spirv.core.grammar.json \ + spirv/vtn_gather_types_c.py