summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/Makefile
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/Makefile
parent53e5248b0a71b1e72b1a613046a1b3e5d145d072 (diff)
trace: Wrap pipe_buffers
Diffstat (limited to 'src/gallium/drivers/trace/Makefile')
-rw-r--r--src/gallium/drivers/trace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/Makefile b/src/gallium/drivers/trace/Makefile
index 7c570bf7a5..e087db169a 100644
--- a/src/gallium/drivers/trace/Makefile
+++ b/src/gallium/drivers/trace/Makefile
@@ -4,6 +4,7 @@ include $(TOP)/configs/current
LIBNAME = trace
C_SOURCES = \
+ tr_buffer.c \
tr_context.c \
tr_dump.c \
tr_screen.c \