summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-07-02 14:57:55 +0200
committerJakob Bornecrantz <jakob@vmware.com>2009-07-02 14:57:55 +0200
commitc0d7502a2cf994e635f1383f523653b92f4bd709 (patch)
tree5ebc3c253bd47d5f8de5370d2e47738280a35b84 /src/gallium/drivers/trace/Makefile
parent54ee188a00e31d239cbd256e7ba5ffd2c1259650 (diff)
trace: Add drm api integration
This is okay since drm_api.h doesn't have any external dependancies, one could make it only compile on platforms that support drm.
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 4aeb8e3d7e..dd6831c70a 100644
--- a/src/gallium/drivers/trace/Makefile
+++ b/src/gallium/drivers/trace/Makefile
@@ -11,6 +11,7 @@ C_SOURCES = \
tr_screen.c \
tr_state.c \
tr_rbug.c \
+ tr_drm.c \
tr_texture.c
include ../../Makefile.template