r300g: Add r300_resource.c to SCons build.

This was missed in commit 287c94ea49,
the gallium-resources branch merge.
This commit is contained in:
Vinson Lee
2010-04-11 14:51:14 -07:00
parent 0ebf7e34b4
commit 3601b20c9b
+1
View File
@@ -23,6 +23,7 @@ r300 = env.ConvenienceLibrary(
'r300_fs.c',
'r300_query.c',
'r300_render.c',
'r300_resource.c',
'r300_screen.c',
'r300_screen_buffer.c',
'r300_state.c',