llvmpipe: Fix build break from 75da95c50

The Makefile looks for a file which is gone (lp_tile_soa.c)

http://bugs.freedesktop.org/show_bug.cgi?id=57713
This commit is contained in:
Stéphane Marchesin
2012-11-29 19:49:44 -08:00
parent 9ab896243c
commit 4430d44eac
+1 -2
View File
@@ -45,8 +45,7 @@ C_SOURCES = \
lp_surface.c \
lp_tex_sample.c \
lp_texture.c \
lp_tile_image.c \
lp_tile_soa.c
lp_tile_image.c
CPP_SOURCES = \