diff options
-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 |