Module: Mesa Branch: master Commit: 7266e33abd9723fcec47933ed9ff4132abbd6eba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7266e33abd9723fcec47933ed9ff4132abbd6eba
Author: Dave Airlie <[email protected]> Date: Mon Jul 6 17:46:36 2009 +1000 r200: fix makefile --- src/mesa/drivers/dri/r200/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index 4605f72..4686241 100644 --- a/src/mesa/drivers/dri/r200/Makefile +++ b/src/mesa/drivers/dri/r200/Makefile @@ -46,7 +46,7 @@ DRIVER_SOURCES = r200_context.c \ r200_vertprog.c \ radeon_screen.c \ $(EGL_SOURCES) \ - $(RADEON_COMMON_SOURCES) + $(RADEON_COMMON_SOURCES) \ $(CS_SOURCES) C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
