Mesa (master): nir: add nir_array.h to the sources list

Emil Velikov evelikov at kemper.freedesktop.org
Tue May 5 13:50:01 UTC 2015


Module: Mesa
Branch: master
Commit: 8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8da47e8a69a2f7feed99fed6aae02d6e6aa74ddc

Author: Emil Velikov <emil.l.velikov at gmail.com>
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 <emil.l.velikov at gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>

---

 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 \




More information about the mesa-commit mailing list