From: Emil Velikov Date: Tue, 5 May 2015 13:39:08 +0000 (+0100) Subject: nir: add nir_array.h to the sources list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc;p=mesa.git nir: add nir_array.h to the sources list Otherwise `make distcheck' will fail. Signed-off-by: Emil Velikov Reviewed-by: Jason Ekstrand --- diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index c471eca23ea..d784a810723 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 \