diff options
author | Jason Ekstrand <[email protected]> | 2016-03-23 21:04:18 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-03-23 21:12:44 -0700 |
commit | 4e060d80ff92b7fcf9b54cdd5ed00f549db3f573 (patch) | |
tree | b6c6b1bd865fadf7b4a6a1b3ef80bcf147bdc9f5 | |
parent | a984e44abde74bd17ae2b0ef0762da3f63d84483 (diff) |
glsl: Add propagate_invariance to the other makefile
This fixes the scons build
-rw-r--r-- | src/compiler/glsl/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/glsl/Makefile.sources b/src/compiler/glsl/Makefile.sources index 08b40c5cc8f..538196a79a9 100644 --- a/src/compiler/glsl/Makefile.sources +++ b/src/compiler/glsl/Makefile.sources @@ -201,6 +201,7 @@ LIBGLSL_FILES = \ opt_tree_grafting.cpp \ opt_vectorize.cpp \ program.h \ + propagate_invariance.cpp \ s_expression.cpp \ s_expression.h |