diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-05-30 18:57:09 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-05-30 19:19:01 +0100 |
commit | 922b471777c524f497fb8eda97153a898900f223 (patch) | |
tree | ba7ff347a3aa82d28154d2ccd531ef36f3846344 | |
parent | f25fdf21e74416e11bc13973d7ec8d022e93c6e2 (diff) |
nir: add the SConscript.nir to the tarball
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r-- | src/compiler/Makefile.nir.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/Makefile.nir.am b/src/compiler/Makefile.nir.am index 08713a82be..9aac214fde 100644 --- a/src/compiler/Makefile.nir.am +++ b/src/compiler/Makefile.nir.am @@ -86,4 +86,5 @@ EXTRA_DIST += \ nir/nir_opcodes_c.py \ nir/nir_opcodes_h.py \ nir/nir_opt_algebraic.py \ - nir/tests + nir/tests \ + SConscript.nir |