summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/SConscript
diff options
context:
space:
mode:
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',