Module: Mesa Branch: master Commit: 8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc
Author: Emil Velikov <[email protected]> Date: Tue May 5 14:39:08 2015 +0100 nir: add nir_array.h to the sources list Otherwise `make distcheck' will fail. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> --- src/glsl/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index c471eca..d784a81 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -22,6 +22,7 @@ NIR_FILES = \ nir/glsl_to_nir.h \ nir/nir.c \ nir/nir.h \ + nir/nir_array.h \ nir/nir_builder.h \ nir/nir_constant_expressions.h \ nir/nir_dominance.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
