summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/SConscript
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-03-12 13:20:37 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-03-12 16:35:43 +0100
commite8ee34e7f34c51121dcfa6c763fc5eb900b562df (patch)
tree0d90f99b560147adf17dbd67376c5e56f624f3fe /src/gallium/drivers/trace/SConscript
parent53e5248b0a71b1e72b1a613046a1b3e5d145d072 (diff)
trace: Wrap pipe_buffers
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 45e5ef6868..4215215d1a 100644
--- a/src/gallium/drivers/trace/SConscript
+++ b/src/gallium/drivers/trace/SConscript
@@ -5,6 +5,7 @@ env = env.Clone()
trace = env.ConvenienceLibrary(
target = 'trace',
source = [
+ 'tr_buffer.c',
'tr_context.c',
'tr_dump.c',
'tr_screen.c',