R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXT
[mesa.git] / src / mesa / drivers / dri / r200 / Makefile
index e593ed91c5814fb235a2c6fb9a98c7d89a895cd7..6a246edf7cb0ea88474c53d1bf770a82e9713f6b 100644 (file)
@@ -22,7 +22,8 @@ RADEON_COMMON_SOURCES = \
        radeon_bo_legacy.c \
        radeon_cs_legacy.c \
        radeon_mipmap_tree.c \
-       radeon_span.c
+       radeon_span.c \
+       radeon_fbo.c
 
 
 DRIVER_SOURCES = r200_context.c \
@@ -80,7 +81,8 @@ COMMON_SYMLINKS = \
        radeon_texture.c \
        radeon_texture.h \
        radeon_dma.c \
-       radeon_dma.h
+       radeon_dma.h \
+       radeon_fbo.c
 
 DRI_LIB_DEPS += $(RADEON_LDFLAGS)