Convert all uses of CARD32 and CARD8 to int32_t and int8_t.
[mesa.git] / src / mesa / drivers / dri / r128 / Makefile.solo
index 39b14c902620771b90352f9fe0475d795d2042b3..8017979854f4d23e1d180cc104ae98ef11c83839 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 = \
                r128_span.c \
                r128_texmem.c \
                r128_vb.c \
+               ../../common/driverfuncs.c \
                ../common/mm.c \
                ../common/utils.c \
                ../common/texmem.c \