fix up radeon span functions using latest r200 code from Brian,
[mesa.git] / src / mesa / drivers / dri / r200 / Makefile
index fc9a312bea75d2be7a58a71956e9da3fa3a190c4..dfeebca5a292782e5d677a7f413a09dcba001159 100644 (file)
@@ -7,6 +7,10 @@ LIBNAME = r200_dri.so
 
 MINIGLX_SOURCES = server/radeon_dri.c 
 
+ifeq ($(USING_EGL), 1)
+EGL_SOURCES = server/radeon_egl.c
+endif
+
 DRIVER_SOURCES = r200_context.c \
                 r200_ioctl.c \
                 r200_lock.c \
@@ -27,7 +31,8 @@ DRIVER_SOURCES = r200_context.c \
                 r200_vtxfmt_c.c \
                 r200_vtxfmt_sse.c \
                 r200_vtxfmt_x86.c \
-                server/radeon_egl.c
+                r200_fragshader.c \
+                $(EGL_SOURCES)
 
 C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)