summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-08-29 11:37:13 -0600
committerBrian Paul <brianp@vmware.com>2011-08-29 11:37:13 -0600
commit6f1846e3921e22f2744466ec791b8965ecee1d33 (patch)
tree11899630d92b9158505aeeab2d41a77dc9e0372a
parent336f87d5d5a4cb7809d136c03ac6f53b1d312d24 (diff)
scons: add swrast/s_texture.c to the build
-rw-r--r--src/mesa/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index b0c3334fa48..64b706534f5 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -174,6 +174,7 @@ swrast_sources = [
'swrast/s_texcombine.c',
'swrast/s_texfilter.c',
'swrast/s_texrender.c',
+ 'swrast/s_texture.c',
'swrast/s_triangle.c',
'swrast/s_zoom.c',
]