diff options
author | Michal Krol <[email protected]> | 2009-09-14 13:07:25 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-14 13:07:25 +0200 |
commit | a67f32289a6e22daa2665310f4a8f26979f7ed60 (patch) | |
tree | 0959b3e98b5eaab652ce6e7a05112c777305ba80 /src/glsl/pp/SConscript | |
parent | 9f273f109875cd9208d4c1c8f5939fb5e507c230 (diff) |
glsl/pp: Add a dictionary to a context.
Diffstat (limited to 'src/glsl/pp/SConscript')
-rw-r--r-- | src/glsl/pp/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/pp/SConscript b/src/glsl/pp/SConscript index cc930380c21..621db1e765c 100644 --- a/src/glsl/pp/SConscript +++ b/src/glsl/pp/SConscript @@ -10,6 +10,7 @@ glsl = env.StaticLibrary( source = [ 'sl_pp_context.c', 'sl_pp_define.c', + 'sl_pp_dict.c', 'sl_pp_error.c', 'sl_pp_expression.c', 'sl_pp_extension.c', |