From 4e060d80ff92b7fcf9b54cdd5ed00f549db3f573 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 23 Mar 2016 21:04:18 -0700 Subject: [PATCH] glsl: Add propagate_invariance to the other makefile This fixes the scons build --- src/compiler/glsl/Makefile.sources | 1 + 1 file changed, 1 insertion(+) 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