From: Jakob Bornecrantz Date: Thu, 18 Feb 2010 22:42:31 +0000 (+0000) Subject: pipebuffer: Include fenced buffer manager in build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ee905bc47272bb5eec1fd7d43cf55b07cb620ca;p=mesa.git pipebuffer: Include fenced buffer manager in build --- 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 \