diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-19 00:36:35 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-19 00:36:35 +0100 |
commit | 6494946db66b62d280e34a0486b83cca15f5b457 (patch) | |
tree | cb5a5780a4627a597ec25712b86c213ddd31cf9b /src/gallium/auxiliary/draw/Makefile | |
parent | 6d9132de04fc190fea56978849dfc427e5359912 (diff) |
draw: remove draw_debug.c
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r-- | src/gallium/auxiliary/draw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile index 60bb9dfe88..45def9153c 100644 --- a/src/gallium/auxiliary/draw/Makefile +++ b/src/gallium/auxiliary/draw/Makefile @@ -12,7 +12,6 @@ C_SOURCES = \ draw_vs_llvm.c \ draw_context.c\ draw_cull.c \ - draw_debug.c \ draw_flatshade.c \ draw_offset.c \ draw_pt.c \ |