scons: add swrast/s_texture.c to the build

This commit is contained in:
Brian Paul 2011-08-29 11:37:13 -06:00
parent 336f87d5d5
commit 6f1846e392

View 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',
]