summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/SConscript
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2008-03-14 21:40:02 +0100
committerMichal Krol <michal@tungstengraphics.com>2008-03-14 21:40:32 +0100
commit2b8f31a6daf6a52086a3454a5dfd1f8bac046804 (patch)
tree8e1ce24361dfe9f1e833dd753a0e0adca96210a3 /src/gallium/auxiliary/draw/SConscript
parenta9aef5fccd0a71bc29845c5af9aacdab5e2234ea (diff)
scons: Remove second occurence of draw_passthrough.c.
Diffstat (limited to 'src/gallium/auxiliary/draw/SConscript')
-rw-r--r--src/gallium/auxiliary/draw/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript
index 64b444dbd5..d7fb86d992 100644
--- a/src/gallium/auxiliary/draw/SConscript
+++ b/src/gallium/auxiliary/draw/SConscript
@@ -14,10 +14,9 @@ draw = env.ConvenienceLibrary(
'draw_debug.c',
'draw_flatshade.c',
'draw_offset.c',
- 'draw_prim.c',
'draw_passthrough.c',
+ 'draw_prim.c',
'draw_pstipple.c',
- 'draw_passthrough.c',
'draw_stipple.c',
'draw_twoside.c',
'draw_unfilled.c',