From 7a05161278531db97212c704a2f0258adb7d3324 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 16 Apr 2010 10:22:33 -0600 Subject: gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directory --- src/gallium/drivers/llvmpipe/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/llvmpipe/Makefile') diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 239afabce5..c485c89eb3 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -6,6 +6,7 @@ LIBNAME = llvmpipe DEFINES += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS C_SOURCES = \ + lp_bld_alpha.c \ lp_bld_depth.c \ lp_bld_interp.c \ lp_clear.c \ -- cgit v1.2.3