diff options
author | Emil Velikov <[email protected]> | 2016-11-11 14:45:02 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-11-11 14:46:12 +0000 |
commit | db45f1eaab5141d4e4c1e7d85d0c2dcc40453294 (patch) | |
tree | 1e3496bcf8a55e4c0498074781aec7b7171115cf | |
parent | e36f0878cf391c2ae4a12f7fed22c64b9d215100 (diff) |
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 <[email protected]>
-rw-r--r-- | src/compiler/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |