summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-08 23:11:56 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-09 14:10:24 +0100
commit6c7aff209ca3b310008dd345836ebc020d2db004 (patch)
tree44548715ebecf238714b7d6a100fae7420590110 /src/gallium/drivers/trace/SConscript
parentfcfe63805d1a4b1815dec7d85a21772d02ac12b8 (diff)
trace: Trace pipe_winsys calls.
Diffstat (limited to 'src/gallium/drivers/trace/SConscript')
-rw-r--r--src/gallium/drivers/trace/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/SConscript b/src/gallium/drivers/trace/SConscript
index 30225b5a54..35507e21e4 100644
--- a/src/gallium/drivers/trace/SConscript
+++ b/src/gallium/drivers/trace/SConscript
@@ -10,6 +10,7 @@ trace = env.ConvenienceLibrary(
'tr_screen.c',
'tr_state.c',
'tr_stream.c',
+ 'tr_winsys.c',
])
Export('trace') \ No newline at end of file