r600g: Why all this fiddling with tgsi_helper_copy?
[mesa.git] / src / gallium / drivers / trace / SConscript
index 0a6bfb8f4c73e9a4040a53c4f44be9e0ddb4668e..1384fe33d72074b9c3635a5239516830f097693e 100644 (file)
@@ -7,10 +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',
-        'tr_winsys.c',
     ])
 
-Export('trace')
\ No newline at end of file
+env.Alias('trace', trace)
+
+Export('trace')