Module: Mesa Branch: master Commit: 38076c99505773de7c3e387ef47ec24548d07961 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38076c99505773de7c3e387ef47ec24548d07961
Author: Brian Paul <[email protected]> Date: Mon Feb 8 17:51:48 2010 -0700 gallivm: added lp_bld_misc.cpp to sources list --- src/gallium/auxiliary/SConscript | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index e952e6a..1bc1f6b 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -184,6 +184,7 @@ if drawllvm: 'gallivm/lp_bld_interp.c', 'gallivm/lp_bld_intr.c', 'gallivm/lp_bld_logic.c', + 'gallivm/lp_bld_misc.cpp', 'gallivm/lp_bld_pack.c', 'gallivm/lp_bld_sample.c', 'gallivm/lp_bld_sample_soa.c', _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
