From db45f1eaab5141d4e4c1e7d85d0c2dcc40453294 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 11 Nov 2016 14:45:02 +0000 Subject: [PATCH] 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 --- src/compiler/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index 1809e20c53b..08d93e0a261 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 \