gallivm: added gallivm/lp_bld_misc.cpp to Makefile

This commit is contained in:
Brian Paul 2010-02-08 17:39:08 -07:00
parent 6c28cc27eb
commit 7d36b678c5
1 changed files with 5 additions and 0 deletions

View File

@ -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