From 8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 5 May 2015 14:39:08 +0100 Subject: [PATCH] nir: add nir_array.h to the sources list Otherwise `make distcheck' will fail. Signed-off-by: Emil Velikov Reviewed-by: Jason Ekstrand --- 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 \ -- 2.7.4