projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e36f087
)
glsl: automake: add opt_add_neg_to_sub.h to the sources list
author
Emil Velikov
<emil.velikov@collabora.com>
Fri, 11 Nov 2016 14:45:02 +0000
(14:45 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 11 Nov 2016 14:46:12 +0000
(14:46 +0000)
Otherwise it'll be missing in the release tarball.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/compiler/Makefile.sources
patch
|
blob
|
history
diff --git
a/src/compiler/Makefile.sources
b/src/compiler/Makefile.sources
index 1809e20c53b1ef997a7081a2f50211d06c3de0b7..08d93e0a26124b547d2dd54d63d55d7a60c8b873 100644
(file)
--- 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 \