From: Jason Ekstrand Date: Thu, 24 Mar 2016 04:04:18 +0000 (-0700) Subject: glsl: Add propagate_invariance to the other makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e060d80ff92b7fcf9b54cdd5ed00f549db3f573;p=mesa.git glsl: Add propagate_invariance to the other makefile This fixes the scons build --- 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