From: Marek Olšák Date: Sat, 26 Jun 2010 12:00:24 +0000 (+0200) Subject: draw: fix build with llvm and make X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8924201530f99eb01f9390910b18fe2a47d70c49;p=mesa.git draw: fix build with llvm and make --- diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 7c8db19f5c3..103d1d65880 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -167,6 +167,7 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_tgsi_soa.c \ gallivm/lp_bld_type.c \ draw/draw_llvm.c \ + draw/draw_vs_llvm.c \ draw/draw_pt_fetch_shade_pipeline_llvm.c \ draw/draw_llvm_translate.c