From: Matt Turner Date: Fri, 23 Jan 2015 22:25:46 +0000 (-0800) Subject: nir: Add nir_{opt_,}algebraic.py to distribution. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae494281a49f129886693a1851d6b65f053b09c5;p=mesa.git nir: Add nir_{opt_,}algebraic.py to distribution. --- diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 9d9f99a480b..ae2de11de6c 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -36,6 +36,8 @@ EXTRA_DIST = tests glcpp/tests README TODO glcpp/README \ glsl_parser.yy \ glcpp/glcpp-lex.l \ glcpp/glcpp-parse.y \ + nir/nir_algebraic.py \ + nir/nir_opt_algebraic.py \ SConscript include Makefile.sources