From: Brian Paul Date: Fri, 15 Jun 2012 15:31:15 +0000 (-0600) Subject: scons: add st_atom_array.c to the build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d9f263d7c8fc2213c369c73c86aa39f9d8659be;p=mesa.git scons: add st_atom_array.c to the build --- diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 99bdfad46cd..819a0fd7d29 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -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',