summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
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/Makefile
parent6494946db66b62d280e34a0486b83cca15f5b457 (diff)
draw: rename draw_vertex_shader.c -> draw_vs.c
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r--src/gallium/auxiliary/draw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile
index 45def9153c..9c41649883 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -7,6 +7,7 @@ C_SOURCES = \
draw_aaline.c \
draw_aapoint.c \
draw_clip.c \
+ draw_vs.c \
draw_vs_exec.c \
draw_vs_sse.c \
draw_vs_llvm.c \
@@ -30,7 +31,6 @@ C_SOURCES = \
draw_validate.c \
draw_vbuf.c \
draw_vertex.c \
- draw_vertex_shader.c \
draw_wide_line.c \
draw_wide_point.c