From ab5c2622b6484df19db7e729f0e434a24dce2d10 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 8 Nov 2011 14:44:18 -0800 Subject: glsl: Move ir_variable.cpp to builtin_variables.cpp. It's only about builtins, not variables in general. Reviewed-by: Ian Romanick --- src/glsl/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glsl/Makefile.sources') diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index b4bfff09c9e..c65bfe4fff6 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -20,6 +20,7 @@ LIBGLSL_CXX_SOURCES := \ ast_function.cpp \ ast_to_hir.cpp \ ast_type.cpp \ + builtin_variables.cpp \ glsl_parser_extras.cpp \ glsl_types.cpp \ glsl_symbol_table.cpp \ @@ -40,7 +41,6 @@ LIBGLSL_CXX_SOURCES := \ ir_rvalue_visitor.cpp \ ir_set_program_inouts.cpp \ ir_validate.cpp \ - ir_variable.cpp \ ir_variable_refcount.cpp \ linker.cpp \ link_functions.cpp \ -- cgit v1.2.3