summaryrefslogtreecommitdiff
path: root/src/glsl/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-07-30 16:05:27 -0700
committerEric Anholt <eric@anholt.net>2010-07-31 15:52:21 -0700
commitd72edc4dddb6dd7908ef0d3f2cec353b028bf6c5 (patch)
tree80a9c04f26ef8ad8ae669db172759b28df14ce5f /src/glsl/Makefile
parent1c325af4d6b907e0a47ab7f868a2a78f054f153f (diff)
glsl2: Factor out the variable refcounting part of ir_dead_code.cpp.
Diffstat (limited to 'src/glsl/Makefile')
-rw-r--r--src/glsl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile b/src/glsl/Makefile
index cbdd0f9a7a..aa1922f3be 100644
--- a/src/glsl/Makefile
+++ b/src/glsl/Makefile
@@ -58,6 +58,7 @@ CXX_SOURCES = \
ir_swizzle_swizzle.cpp \
ir_validate.cpp \
ir_variable.cpp \
+ ir_variable_refcount.cpp \
ir_vec_index_to_cond_assign.cpp \
ir_vec_index_to_swizzle.cpp \
linker.cpp \