diff options
author | Ian Romanick <[email protected]> | 2010-07-20 11:28:31 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-07-21 15:52:58 -0700 |
commit | 4ccd3c548b9b9a2fee79342445f68d73525bfcdb (patch) | |
tree | a0bcbaa1872a701f3d81bd1aab2c35110141a74c /src/glsl/Makefile | |
parent | 56d33f8e2be1695c951a811fac1800117c2ca406 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/Makefile b/src/glsl/Makefile index 2b040377b0c..47292bdb156 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 \ |