Module: Mesa Branch: master Commit: 8924201530f99eb01f9390910b18fe2a47d70c49 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8924201530f99eb01f9390910b18fe2a47d70c49
Author: Marek Olšák <[email protected]> Date: Sat Jun 26 14:00:24 2010 +0200 draw: fix build with llvm and make --- src/gallium/auxiliary/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 7c8db19..103d1d6 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
