scons: add st_atom_array.c to the build
authorBrian Paul <brianp@vmware.com>
Fri, 15 Jun 2012 15:31:15 +0000 (09:31 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 15 Jun 2012 15:31:33 +0000 (09:31 -0600)
src/mesa/SConscript

index 99bdfad46cda420b841da72955d485923b9f45d6..819a0fd7d29466f870398e94d3ea2623900d6032 100644 (file)
@@ -229,6 +229,7 @@ vbo_sources = [
 
 statetracker_sources = [
     'state_tracker/st_atom.c',
+    'state_tracker/st_atom_array.c',
     'state_tracker/st_atom_blend.c',
     'state_tracker/st_atom_clip.c',
     'state_tracker/st_atom_constbuf.c',