summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-02-18 22:42:31 +0000
committerJakob Bornecrantz <jakob@vmware.com>2010-02-18 23:17:47 +0000
commit1ee905bc47272bb5eec1fd7d43cf55b07cb620ca (patch)
tree90e735796c305b91a2e892b955175a9fffd9b92a /src
parent0032525242950bae197b267794193cdcb611c376 (diff)
pipebuffer: Include fenced buffer manager in build
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index ff7695150e..916f5f6c91 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 \