Fix a possible segfault caused by the SGI_make_current_read changes.
[mesa.git] / src / mesa / drivers / dri / i830 / Makefile.solo
index 5bef9d0f1fb2eaaa0d4f7acf2f92d104b53d5fdd..b5c12e37fe103232d11dffbdd85d0bfbedc49485 100644 (file)
@@ -7,7 +7,7 @@ TOP = ../../../../..
 
 default: linux-solo
 
-SHARED_INCLUDES = $(INCLUDE_DIRS) -I. -I../common -Iserver
+SHARED_INCLUDES = $(INCLUDE_DIRS) -I. -I../common -Iserver -I../drm/shared
 MINIGLX_INCLUDES = -I$(TOP)/src/glx/mini
 
 DEFINES += \
@@ -35,7 +35,7 @@ DRIVER_SOURCES = \
                i830_texmem.c \
                i830_texstate.c \
                i830_tris.c \
-               i830_vb.c \
+               ../../common/driverfuncs.c \
                 ../common/mm.c \
                 ../common/utils.c \
                 ../common/texmem.c \