r600g: Why all this fiddling with tgsi_helper_copy?
[mesa.git] / src / gallium / drivers / trace / SConscript
index 45e5ef6868d4520e7fa08192dbc654c98feddc2a..1384fe33d72074b9c3635a5239516830f097693e 100644 (file)
@@ -7,9 +7,11 @@ trace = env.ConvenienceLibrary(
     source = [
         'tr_context.c',
         'tr_dump.c',
+        'tr_dump_state.c',
         'tr_screen.c',
-        'tr_state.c',
         'tr_texture.c',
     ])
 
+env.Alias('trace', trace)
+
 Export('trace')