diff options
author | George Sapountzis <[email protected]> | 2010-03-14 11:36:45 +0200 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2010-03-15 01:17:17 +0200 |
commit | 6e376485c10896229f7bfaf5b0cce9c8b67f61b1 (patch) | |
tree | 9a8383cc6c77776a020935501d8f2d9cea301ca8 /src/mesa/drivers/dri/swrast/Makefile | |
parent | 06ebc46e65d7dea6f146db85150021814d2439bf (diff) |
dri/swrast: port to dri_sw
Diffstat (limited to 'src/mesa/drivers/dri/swrast/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/swrast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/swrast/Makefile b/src/mesa/drivers/dri/swrast/Makefile index 771169c1ff9..cc59eefdb2d 100644 --- a/src/mesa/drivers/dri/swrast/Makefile +++ b/src/mesa/drivers/dri/swrast/Makefile @@ -17,7 +17,8 @@ ASM_SOURCES = SWRAST_COMMON_SOURCES = \ ../../common/driverfuncs.c \ - ../common/utils.c + ../common/utils.c \ + ../common/dri_sw.c include ../Makefile.template |