commit | 6f1846e3921e22f2744466ec791b8965ecee1d33 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Mon Aug 29 11:37:13 2011 -0600 |
committer | Brian Paul <brianp@vmware.com> | Mon Aug 29 11:37:13 2011 -0600 |
tree | 11899630d92b9158505aeeab2d41a77dc9e0372a | |
parent | 336f87d5d5a4cb7809d136c03ac6f53b1d312d24 [diff] [blame] |
scons: add swrast/s_texture.c to the build
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index b0c3334..64b7065 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript
@@ -174,6 +174,7 @@ 'swrast/s_texcombine.c', 'swrast/s_texfilter.c', 'swrast/s_texrender.c', + 'swrast/s_texture.c', 'swrast/s_triangle.c', 'swrast/s_zoom.c', ]