diff options
author | Adam Jackson <[email protected]> | 2005-05-05 03:15:08 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2005-05-05 03:15:08 +0000 |
commit | e7769cb34898ca20adb5b0e329161e6321403fc9 (patch) | |
tree | bb33d9e708dca0a5458941d2846e0e190f510f8a /src/mesa/drivers/dri/s3v | |
parent | d83c4e6dd164e97fbcce4c6ee5cc06e4338d24d4 (diff) |
Refactor COMMON_SOURCES up to Makefile.template
Diffstat (limited to 'src/mesa/drivers/dri/s3v')
-rw-r--r-- | src/mesa/drivers/dri/s3v/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/drivers/dri/s3v/Makefile b/src/mesa/drivers/dri/s3v/Makefile index 2c7bafaa035..9bd79731548 100644 --- a/src/mesa/drivers/dri/s3v/Makefile +++ b/src/mesa/drivers/dri/s3v/Makefile @@ -8,17 +8,6 @@ LIBNAME = s3v_dri.so # Doesn't exist yet. #MINIGLX_SOURCES = server/savage_dri.c -COMMON_SOURCES = \ - ../../common/driverfuncs.c \ - ../common/mm.c \ - ../common/utils.c \ - ../common/texmem.c \ - ../common/vblank.c \ - ../common/xmlconfig.c \ - ../common/dri_util.c \ - ../common/drirenderbuffer.c \ - ../common/glcontextmodes.c - DRIVER_SOURCES = \ s3v_context.c \ s3v_dd.c \ |