summaryrefslogtreecommitdiff
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2008-04-08 10:53:37 +0100
committerMichel Dänzer <michel@tungstengraphics.com>2008-04-08 10:53:37 +0100
commitf97c56e057f954cbc477df10ad767636f3fe83ce (patch)
treebf2a353f796444f62be4553edb61225f66eee39c /src/mesa/SConscript
parent17f640990350823f530257ee1b1fa7fa1f83493f (diff)
gallium: Fix up scons build.
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r--src/mesa/SConscript1
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',
]