summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-03-23 21:04:18 -0700
committerJason Ekstrand <[email protected]>2016-03-23 21:12:44 -0700
commit4e060d80ff92b7fcf9b54cdd5ed00f549db3f573 (patch)
treeb6c6b1bd865fadf7b4a6a1b3ef80bcf147bdc9f5
parenta984e44abde74bd17ae2b0ef0762da3f63d84483 (diff)
glsl: Add propagate_invariance to the other makefile
This fixes the scons build
-rw-r--r--src/compiler/glsl/Makefile.sources1
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