gallium: pass the current context to the flush_front state tracker function
[mesa.git] / src / gallium / state_trackers / dri / sw / Makefile
index 18d7aabd9f0ccc94154c36da70617f459d641f15..33bc0ed9c940d04f10043225c4ffb31b4e3a5a79 100644 (file)
@@ -8,6 +8,7 @@ LIBRARY_DEFINES = -D__NOT_HAVE_DRM_H
 LIBRARY_INCLUDES = \
        -I../dri \
        -I$(TOP)/include \
+       -I$(TOP)/src/mapi \
        -I$(TOP)/src/mesa \
        -I$(TOP)/src/gallium/state_trackers/dri/common \
        -I$(TOP)/src/mesa/drivers/dri/common \
@@ -19,8 +20,6 @@ C_SOURCES = \
        dri_context.c \
        dri_screen.c \
        dri_drawable.c \
-       dri_st_api.c \
-       dri1_helper.c \
        drisw.c
 
 include ../../../Makefile.template