scons: add swrast/s_texture.c to the build
authorBrian Paul <brianp@vmware.com>
Mon, 29 Aug 2011 17:37:13 +0000 (11:37 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 29 Aug 2011 17:37:13 +0000 (11:37 -0600)
src/mesa/SConscript

index b0c3334fa4891177b6c1bed8a69430845ad3bc40..64b706534f5e1acfbf3ce324ba34efd8927c118e 100644 (file)
@@ -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',
 ]