summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-01-23 17:48:16 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-01-23 17:48:16 +0000
commit28cf3043b69a2e6060a9c825029abd4c70977673 (patch)
tree7f97b02b97b780fae91b07f57f44648f212b654d /src/mesa/Makefile.X11
parentfccc9298b8d6ba83510ed954061b098439c29a61 (diff)
added new SVGA driver files
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X117
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 2102d8c8ac..d156a4c41b 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 \