diff options
author | Juan A. Suarez Romero <[email protected]> | 2017-12-20 11:51:31 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2017-12-20 17:44:35 +0100 |
commit | 24aac5f81ebf95849c5c4f1a0740d18c4b6fe817 (patch) | |
tree | a48ff03f49c16d1d99a1ec70b2e4a5a1603e39dc /src/compiler/Makefile.nir.am | |
parent | 51523ab9fa21ef3ee02dfa9e5995eab654cfe43a (diff) |
spirv: Makefile.nir.am: include vtn_gather_types_c.py script in tarball dist
Fixes: bb1e6ff161c ("spirv: Add a prepass to set types on vtn_values")
Reviewed-by: Emil Velikov <[email protected]>
Signed-off-by: Juan A. Suarez Romero <[email protected]>
Diffstat (limited to 'src/compiler/Makefile.nir.am')
-rw-r--r-- | src/compiler/Makefile.nir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am index dd38c45da03..28033256762 100644 --- a/src/compiler/Makefile.nir.am +++ b/src/compiler/Makefile.nir.am @@ -120,4 +120,5 @@ EXTRA_DIST += \ nir/README \ spirv/spirv_info_c.py \ spirv/spirv.core.grammar.json \ + spirv/vtn_gather_types_c.py \ SConscript.nir |