summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/SConscript
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-19 00:37:51 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-19 00:37:51 +0100
commit6c38c600ff1212699e2e8e0f2928cd9e69559ac5 (patch)
treef17e9073ed3b8deda8cca000cb9e50b0fec44508 /src/gallium/auxiliary/draw/SConscript
parent6494946db66b62d280e34a0486b83cca15f5b457 (diff)
draw: rename draw_vertex_shader.c -> draw_vs.c
Diffstat (limited to 'src/gallium/auxiliary/draw/SConscript')
-rw-r--r--src/gallium/auxiliary/draw/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript
index bff32d2c8b..388d7879dd 100644
--- a/src/gallium/auxiliary/draw/SConscript
+++ b/src/gallium/auxiliary/draw/SConscript
@@ -26,7 +26,7 @@ draw = env.ConvenienceLibrary(
'draw_validate.c',
'draw_vbuf.c',
'draw_vertex.c',
- 'draw_vertex_shader.c',
+ 'draw_vs.c',
'draw_vs_exec.c',
'draw_vs_llvm.c',
'draw_vs_sse.c',