r300/compiler: Add radeon_program_tex.c to SCons build.
authorVinson Lee <vlee@vmware.com>
Sat, 17 Apr 2010 05:58:49 +0000 (22:58 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 17 Apr 2010 05:58:49 +0000 (22:58 -0700)
This was missed in commit f8a14186809356871ae74159c774e9e3959a22e5.

src/mesa/drivers/dri/r300/compiler/SConscript

index 46075a8aee93e4e2053d44562cbad3683f206d5c..28a3d39d96184a03a094879af5b652f47817baba 100755 (executable)
@@ -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',