diff options
| author | Michel Dänzer <michel@tungstengraphics.com> | 2008-04-08 10:53:37 +0100 |
|---|---|---|
| committer | Michel Dänzer <michel@tungstengraphics.com> | 2008-04-08 10:53:37 +0100 |
| commit | f97c56e057f954cbc477df10ad767636f3fe83ce (patch) | |
| tree | bf2a353f796444f62be4553edb61225f66eee39c | |
| parent | 17f640990350823f530257ee1b1fa7fa1f83493f (diff) | |
gallium: Fix up scons build.
| -rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index b816a21b38..a10c34c8c5 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -184,6 +184,7 @@ SHADER_SOURCES = [ 'shader/prog_parameter.c', 'shader/prog_print.c', 'shader/prog_statevars.c', + 'shader/prog_uniform.c', 'shader/programopt.c', 'shader/shader_api.c', ] |
