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-Tag: upstream/17.1.0~19024 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc;p=platform%2Fupstream%2Fmesa.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 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 \