diff options
author | Jakob Bornecrantz <[email protected]> | 2009-03-11 22:45:48 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-03-11 22:47:15 +0100 |
commit | 808f32279964f4e80f0708f737fdf3a901ff51e5 (patch) | |
tree | 9bc5b3756575beded142af9714910949b2f41533 /src/gallium/drivers/trace/Makefile | |
parent | 422512050312a880439ed4e8eb99b8e362d5071f (diff) |
trace: Move buffer functions from winsys to screen
Diffstat (limited to 'src/gallium/drivers/trace/Makefile')
-rw-r--r-- | src/gallium/drivers/trace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/trace/Makefile b/src/gallium/drivers/trace/Makefile index e1bd9709373..7c570bf7a58 100644 --- a/src/gallium/drivers/trace/Makefile +++ b/src/gallium/drivers/trace/Makefile @@ -8,7 +8,6 @@ C_SOURCES = \ tr_dump.c \ tr_screen.c \ tr_state.c \ - tr_texture.c \ - tr_winsys.c + tr_texture.c include ../../Makefile.template |