winsys/svga: share the source list
[mesa.git] / src / gallium / winsys / svga / drm / Makefile
index c2f59e01b0d0a22c7f4cde6070830f11c09cd2eb..a378900f408b0c67b388540ceb5f8dce35eef1c5 100644 (file)
@@ -3,16 +3,8 @@ include $(TOP)/configs/current
 
 LIBNAME = svgadrm
 
-C_SOURCES = \
-        vmw_buffer.c \
-        vmw_context.c  \
-        vmw_fence.c  \
-        vmw_screen.c  \
-        vmw_screen_dri.c  \
-        vmw_screen_ioctl.c  \
-        vmw_screen_pools.c  \
-        vmw_screen_svga.c  \
-        vmw_surface.c
+# get C_SOURCES
+include Makefile.sources
 
 LIBRARY_INCLUDES = \
        -I$(TOP)/src/gallium/drivers/svga \