radeon: fix scissors harder.
[mesa.git] / src / mesa / drivers / dri / radeon / Makefile
index b59ad68f445d3ecb4c26d734e5359f3e32aaab17..8fe9d98a0b2baffc9d58c5db40c5780196cd8bf2 100644 (file)
@@ -24,7 +24,8 @@ RADEON_COMMON_SOURCES = \
        radeon_cs_legacy.c \
        radeon_mipmap_tree.c \
        radeon_span.c \
-       radeon_fbo.c
+       radeon_fbo.c \
+       radeon_queryobj.c
 
 DRIVER_SOURCES = \
        radeon_context.c \
@@ -45,7 +46,8 @@ C_SOURCES = \
        $(DRIVER_SOURCES) \
        $(CS_SOURCES)
 
-DRIVER_DEFINES = -DRADEON_COMMON=0
+DRIVER_DEFINES = -DRADEON_COMMON=0 \
+                                -Wall
 
 DRI_LIB_DEPS += $(RADEON_LDFLAGS)