glsl: Move ir_variable.cpp to builtin_variables.cpp.

It's only about builtins, not variables in general.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Eric Anholt 2011-11-08 14:44:18 -08:00
parent 8ca76386f5
commit ab5c2622b6
2 changed files with 1 additions and 1 deletions

View file

@ -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 \