X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglsl%2FMakefile.sources;h=b9fd2836c68bd606c516666cc9a501f24e54dd7e;hb=5ebf5473125d1e7ccf3636a0ca07d196550d2383;hp=e1112c3572a252c95f407eaa4cb10b69e937fabd;hpb=b24eeb078f3d24b9b90f32c93708aeabcad0a697;p=mesa.git diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index e1112c3572a..b9fd2836c68 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -63,6 +63,7 @@ LIBGLSL_FILES = \ $(GLSL_SRCDIR)/lower_mat_op_to_vec.cpp \ $(GLSL_SRCDIR)/lower_noise.cpp \ $(GLSL_SRCDIR)/lower_packed_varyings.cpp \ + $(GLSL_SRCDIR)/lower_named_interface_blocks.cpp \ $(GLSL_SRCDIR)/lower_packing_builtins.cpp \ $(GLSL_SRCDIR)/lower_texture_projection.cpp \ $(GLSL_SRCDIR)/lower_variable_index_to_cond_assign.cpp \