summaryrefslogtreecommitdiff
path: root/src/glsl/Makefile
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-07-20 11:28:31 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-07-21 15:52:58 -0700
commit4ccd3c548b9b9a2fee79342445f68d73525bfcdb (patch)
treea0bcbaa1872a701f3d81bd1aab2c35110141a74c /src/glsl/Makefile
parent56d33f8e2be1695c951a811fac1800117c2ca406 (diff)
glsl2: Add function to import function prototypes from one IR tree to another
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 2b040377b0..47292bdb15 100644
--- a/src/glsl/Makefile
+++ b/src/glsl/Makefile
@@ -49,6 +49,7 @@ CXX_SOURCES = \
ir_if_return.cpp \
ir_if_simplification.cpp \
ir_if_to_cond_assign.cpp \
+ ir_import_prototypes.cpp \
ir_mat_op_to_vec.cpp \
ir_mod_to_fract.cpp \
ir_print_visitor.cpp \