radeon: remove debugging
[mesa.git] / src / mesa / drivers / dri / radeon / Makefile
index 16bc063bafde05d3ade24aca81e99391985d19bd..f469c6f43a149c64869a5a2d263c164c69c75a8c 100644 (file)
@@ -4,6 +4,8 @@
 TOP = ../../../../..
 include $(TOP)/configs/current
 
+CFLAGS += $(RADEON_CFLAGS)
+
 LIBNAME = radeon_dri.so
 
 MINIGLX_SOURCES = server/radeon_dri.c 
@@ -11,6 +13,7 @@ MINIGLX_SOURCES = server/radeon_dri.c
 RADEON_COMMON_SOURCES = \
        radeon_texture.c \
        radeon_common_context.c \
+       radeon_common.c \
        radeon_dma.c \
        radeon_lock.c \
        radeon_bo_legacy.c \
@@ -38,7 +41,7 @@ C_SOURCES = \
 
 DRIVER_DEFINES = -DRADEON_COMMON=0
 
-DRI_LIB_DEPS += -ldrm_radeon
+DRI_LIB_DEPS += $(RADEON_LDFLAGS)
 
 X86_SOURCES =