summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-07 00:45:40 -0700
committerVinson Lee <vlee@vmware.com>2010-04-07 00:45:40 -0700
commit1e51bbf77f231157cc38a59c5aced4058372a348 (patch)
treea4445fb8d25e23df3d48fd229d9f71bb3c5336c0 /src/gallium/auxiliary/Makefile
parent88a0d7e1bff5b271fa14a36024ca82b66741c440 (diff)
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.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 5beda9267e..e6cc70e4cf 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 =