Mesa (master): gallium: Add files to Makefile.

Vinson Lee vlee at kemper.freedesktop.org
Wed Apr 7 07:48:18 UTC 2010


Module: Mesa
Branch: master
Commit: 1e51bbf77f231157cc38a59c5aced4058372a348
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e51bbf77f231157cc38a59c5aced4058372a348

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Apr  7 00:45:40 2010 -0700

gallium: Add files to Makefile.

This was missed in commit ae69f9fbf0a1aab7186e5b644085a5fe5aea99af.
New files from the gallium_draw_llvm merge were added to SCons but
not make.

---

 src/gallium/auxiliary/Makefile |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 5beda92..e6cc70e 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -163,7 +163,10 @@ GALLIVM_SOURCES = \
         gallivm/lp_bld_struct.c \
         gallivm/lp_bld_swizzle.c \
         gallivm/lp_bld_tgsi_soa.c \
-        gallivm/lp_bld_type.c
+        gallivm/lp_bld_type.c \
+        draw/draw_llvm.c \
+        draw/draw_pt_fetch_shade_pipeline_llvm.c \
+        draw/draw_llvm_translate.c
 
 GALLIVM_CPP_SOURCES =
 




More information about the mesa-commit mailing list