From: Jason Ekstrand Date: Thu, 24 Mar 2016 04:04:18 +0000 (-0700) Subject: glsl: Add propagate_invariance to the other makefile X-Git-Tag: upstream/17.1.0~11689 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e060d80ff92b7fcf9b54cdd5ed00f549db3f573;p=platform%2Fupstream%2Fmesa.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 08b40c5..538196a 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