Module: Mesa Branch: master Commit: 7d36b678c5b76f91d64c8b45edc3c15919f16dff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d36b678c5b76f91d64c8b45edc3c15919f16dff
Author: Brian Paul <[email protected]> Date: Mon Feb 8 17:39:08 2010 -0700 gallivm: added gallivm/lp_bld_misc.cpp to Makefile --- src/gallium/auxiliary/Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 238daa2..02c65a9 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -154,10 +154,15 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_tgsi_soa.c \ gallivm/lp_bld_type.c +GALLIVM_CPP_SOURCES = \ + gallivm/lp_bld_misc.cpp + ifeq ($(MESA_LLVM),1) C_SOURCES += \ $(GALLIVM_SOURCES) +CPP_SOURCES += \ + $(GALLIVM_CPP_SOURCES) endif _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
