From: Brian Paul Date: Mon, 14 Dec 2009 18:49:23 +0000 (-0700) Subject: llvmpipe: update file list in Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b06b3a492519de85a53604e8b72a201d284584ea;p=mesa.git llvmpipe: update file list in Makefile --- diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 7c4cf320b97..345326e33d7 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -6,8 +6,8 @@ LIBNAME = llvmpipe CFLAGS += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS C_SOURCES = \ - lp_bin.c \ - lp_bin_queue.c \ + lp_scene.c \ + lp_scene_queue.c \ lp_bld_alpha.c \ lp_bld_arit.c \ lp_bld_blend_aos.c \