diff options
author | Jakob Bornecrantz <[email protected]> | 2009-07-02 14:57:55 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-07-02 14:57:55 +0200 |
commit | c0d7502a2cf994e635f1383f523653b92f4bd709 (patch) | |
tree | 5ebc3c253bd47d5f8de5370d2e47738280a35b84 /src/gallium/drivers/trace/Makefile | |
parent | 54ee188a00e31d239cbd256e7ba5ffd2c1259650 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/Makefile b/src/gallium/drivers/trace/Makefile index 4aeb8e3d7ed..dd6831c70ab 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 |