diff options
author | Brian Paul <[email protected]> | 2000-01-23 17:48:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-01-23 17:48:16 +0000 |
commit | 28cf3043b69a2e6060a9c825029abd4c70977673 (patch) | |
tree | 7f97b02b97b780fae91b07f57f44648f212b654d /src/mesa/Makefile.X11 | |
parent | fccc9298b8d6ba83510ed954061b098439c29a61 (diff) |
added new SVGA driver files
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 2102d8c8ac7..d156a4c41b3 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.13 2000/01/18 17:40:05 brianp Exp $ +# $Id: Makefile.X11,v 1.14 2000/01/23 17:48:16 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -106,6 +106,11 @@ DRIVER_SOURCES = \ X/xmesa4.c \ OSmesa/osmesa.c \ SVGA/svgamesa.c \ + SVGA/svgamesa8.c \ + SVGA/svgamesa15.c \ + SVGA/svgamesa16.c \ + SVGA/svgamesa24.c \ + SVGA/svgamesa32.c \ FX/fxapi.c \ FX/fxclip.c \ FX/fxcva.c \ |