summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-04-16 22:58:49 -0700
committerVinson Lee <vlee@vmware.com>2010-04-16 22:58:49 -0700
commit6be186a6faff1414d8b92d84ff6d275e1bf7ce98 (patch)
treebc9abb49daa1757345633c069ce1531d388fcd87
parent411d5063323ccdb85ec090f1c852fcc8e9cd0e64 (diff)
r300/compiler: Add radeon_program_tex.c to SCons build.
This was missed in commit f8a14186809356871ae74159c774e9e3959a22e5.
-rwxr-xr-xsrc/mesa/drivers/dri/r300/compiler/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/compiler/SConscript b/src/mesa/drivers/dri/r300/compiler/SConscript
index 46075a8aee9..28a3d39d961 100755
--- a/src/mesa/drivers/dri/r300/compiler/SConscript
+++ b/src/mesa/drivers/dri/r300/compiler/SConscript
@@ -17,6 +17,7 @@ r300compiler = env.ConvenienceLibrary(
'radeon_opcodes.c',
'radeon_program_alu.c',
'radeon_program_pair.c',
+ 'radeon_program_tex.c',
'radeon_pair_translate.c',
'radeon_pair_schedule.c',
'radeon_pair_regalloc.c',