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/pp/Makefile | |
parent | cdd25ab8cfa407d85f9efd78c97aa575aee94d28 (diff) |
glsl/pp: move static functions out of header file
Diffstat (limited to 'src/glsl/pp/Makefile')
-rw-r--r-- | src/glsl/pp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/pp/Makefile b/src/glsl/pp/Makefile index 819079f6258..fda1c4202ba 100644 --- a/src/glsl/pp/Makefile +++ b/src/glsl/pp/Makefile @@ -20,6 +20,7 @@ C_SOURCES = \ sl_pp_process.c \ sl_pp_purify.c \ sl_pp_token.c \ + sl_pp_token_util.c \ sl_pp_version.c include ../Makefile.template |