diff options
author | Keith Whitwell <[email protected]> | 2009-12-23 15:57:06 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-23 16:10:37 +0000 |
commit | b2a615e3cdd0b48f985a9405cd90bdb3e841eeef (patch) | |
tree | 95bbf29ad68e1773e00f617dd88d2c63e1d58d3f /src/glsl/SConscript | |
parent | cdd25ab8cfa407d85f9efd78c97aa575aee94d28 (diff) |
glsl/pp: move static functions out of header file
Diffstat (limited to 'src/glsl/SConscript')
-rw-r--r-- | src/glsl/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/SConscript b/src/glsl/SConscript index 6f1f81b199a..101487df910 100644 --- a/src/glsl/SConscript +++ b/src/glsl/SConscript @@ -18,6 +18,7 @@ sources = [ 'pp/sl_pp_process.c', 'pp/sl_pp_purify.c', 'pp/sl_pp_token.c', + 'pp/sl_pp_token_util.c', 'pp/sl_pp_version.c', 'cl/sl_cl_parse.c', ] |