summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-08 11:13:36 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-08 11:14:08 +0100
commitef8b68a8a84eeac238fffa98f729d4809b6e2de4 (patch)
treedd0d55f2bc329994784bc2f4eb0e29b23ad82e4c /src/mesa/drivers/dri/intel_winsys/Makefile
parentdbb297fac6a9637cc7ee7ab2cf40f196048ba626 (diff)
Pull in i915simple.a
Diffstat (limited to 'src/mesa/drivers/dri/intel_winsys/Makefile')
-rw-r--r--src/mesa/drivers/dri/intel_winsys/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel_winsys/Makefile b/src/mesa/drivers/dri/intel_winsys/Makefile
index c9dc15e088..786e8c02a2 100644
--- a/src/mesa/drivers/dri/intel_winsys/Makefile
+++ b/src/mesa/drivers/dri/intel_winsys/Makefile
@@ -7,7 +7,8 @@ LIBNAME = i915tex_dri.so
MINIGLX_SOURCES = server/intel_dri.c
PIPE_DRIVERS = \
- $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a
+ $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a \
+ $(TOP)/src/mesa/pipe/i915simple/libi915simple.a
DRIVER_SOURCES = \
intel_pipe_i915simple.c \