From: Zack Rusin Date: Tue, 11 Mar 2008 02:10:07 +0000 (-0400) Subject: fix compilation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9d2ca7a07469a7d5cdc183f2daa6cf9e30938fe;p=mesa.git fix compilation --- 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 \