Fix a possible segfault caused by the SGI_make_current_read changes.
[mesa.git] / src / mesa / drivers / dri / i830 / Makefile.solo
index cc8e795c38a4a61532115e9a84243aed6b8dcbec..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,6 +35,7 @@ DRIVER_SOURCES = \
                i830_texmem.c \
                i830_texstate.c \
                i830_tris.c \
+               ../../common/driverfuncs.c \
                 ../common/mm.c \
                 ../common/utils.c \
                 ../common/texmem.c \