summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/xlib/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2009-01-13 19:53:40 +0000
committerKeith Whitwell <keithw@vmware.com>2009-01-13 19:54:32 +0000
commita8e0df08ef75db9d80ddc55098e436829af49d7c (patch)
tree3e7f7ddb640d776f3eff493c8da0a8a411fa2534 /src/gallium/winsys/xlib/Makefile
parent2f19fecd583a4406385708de6362b3bdef23811e (diff)
xlib: split off cell to its own backend
Also remove compile-time USE_XSHM flag. Still check for XSHM at runtime though.
Diffstat (limited to 'src/gallium/winsys/xlib/Makefile')
-rw-r--r--src/gallium/winsys/xlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/xlib/Makefile b/src/gallium/winsys/xlib/Makefile
index fbc947f363..bca59ac883 100644
--- a/src/gallium/winsys/xlib/Makefile
+++ b/src/gallium/winsys/xlib/Makefile
@@ -24,6 +24,7 @@ INCLUDE_DIRS = \
XLIB_WINSYS_SOURCES = \
xlib.c \
+ xlib_cell.c \
xlib_brw_aub.c \
xlib_brw_context.c \
xlib_brw_screen.c \