Mesa (master): compiler: automake: add shader_info.h to the sources list

Emil Velikov evelikov at kemper.freedesktop.org
Wed Oct 26 11:20:21 UTC 2016


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Oct 26 12:02:27 2016 +0100

compiler: automake: add shader_info.h to the sources list

Otherwise it'll be missing from the tarball.

Fixes: 094fe3a9591 ("nir: move nir_shader_info to a common compiler header")
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/compiler/Makefile.sources | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index a30443d..669c499 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -5,7 +5,8 @@ LIBCOMPILER_FILES = \
 	nir_types.cpp \
 	nir_types.h \
 	shader_enums.c \
-	shader_enums.h
+	shader_enums.h \
+	shader_info.h
 
 # libglsl
 




More information about the mesa-commit mailing list