diff options
author | Jakob Bornecrantz <[email protected]> | 2010-02-18 22:42:31 +0000 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-02-18 23:17:47 +0000 |
commit | 1ee905bc47272bb5eec1fd7d43cf55b07cb620ca (patch) | |
tree | 90e735796c305b91a2e892b955175a9fffd9b92a /src | |
parent | 0032525242950bae197b267794193cdcb611c376 (diff) |
pipebuffer: Include fenced buffer manager in build
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index ff7695150e2..916f5f6c91c 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -54,6 +54,7 @@ C_SOURCES = \ os/os_stream_str.c \ os/os_stream_null.c \ os/os_time.c \ + pipebuffer/pb_buffer_fenced.c \ pipebuffer/pb_buffer_malloc.c \ pipebuffer/pb_bufmgr_alt.c \ pipebuffer/pb_bufmgr_cache.c \ |