Mesa (master): glsl: automake: add opt_add_neg_to_sub.h to the sources list

Emil Velikov evelikov at kemper.freedesktop.org
Fri Nov 11 14:57:08 UTC 2016


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Fri Nov 11 14:45:02 2016 +0000

glsl: automake: add opt_add_neg_to_sub.h to the sources list

Otherwise it'll be missing in the release tarball.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/compiler/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources
index 1809e20..08d93e0 100644
--- a/src/compiler/Makefile.sources
+++ b/src/compiler/Makefile.sources
@@ -145,6 +145,7 @@ LIBGLSL_SHADER_CACHE_FILES = \
 GLSL_COMPILER_CXX_FILES = \
 	glsl/ir_builder_print_visitor.cpp \
 	glsl/ir_builder_print_visitor.h \
+	glsl/opt_add_neg_to_sub.h \
 	glsl/standalone_scaffolding.cpp \
 	glsl/standalone_scaffolding.h \
 	glsl/standalone.cpp \




More information about the mesa-commit mailing list