From c9adb4c9cb7a750134fea3ab096fe8c5bd2ac09f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 29 Aug 2009 20:07:53 +0100 Subject: [PATCH] llvmpipe: List lp_buffer.c in the Makefile. --- src/gallium/drivers/llvmpipe/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index db662c339e2..6e63a0c2b76 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -22,6 +22,7 @@ C_SOURCES = \ lp_bld_struct.c \ lp_bld_tgsi_soa.c \ lp_bld_type.c \ + lp_buffer.c \ lp_clear.c \ lp_context.c \ lp_draw_arrays.c \ -- 2.30.2