diff options
author | Zack Rusin <[email protected]> | 2008-03-10 22:10:07 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-03-10 22:12:32 -0400 |
commit | d9d2ca7a07469a7d5cdc183f2daa6cf9e30938fe (patch) | |
tree | 95ec49882eb189377a8deba98f9e2106a7aa2db3 /src/gallium | |
parent | c813b545ab4726fc5030f123ec6255224d64ad82 (diff) |
fix compilation
Diffstat (limited to 'src/gallium')
-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 ce6667d8ecf..2daa1636f36 100644 --- a/src/gallium/auxiliary/draw/Makefile +++ b/src/gallium/auxiliary/draw/Makefile @@ -4,7 +4,6 @@ include $(TOP)/configs/current LIBNAME = draw C_SOURCES = \ - draw_passthrough.c \ draw_aaline.c \ draw_aapoint.c \ draw_clip.c \ |