summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.sources
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-05-05 14:39:08 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-05-05 14:39:16 +0100
commit8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc (patch)
tree4f0a14570cc42bd3b82b3942e49fe90f12b6eb36 /src/glsl/Makefile.sources
parent08a4639e81f20954b2d78b0ff5bc268731372570 (diff)
downloadexternal_mesa3d-8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc.zip
external_mesa3d-8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc.tar.gz
external_mesa3d-8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc.tar.bz2
nir: add nir_array.h to the sources list
Otherwise `make distcheck' will fail. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r--src/glsl/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
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 \