diff options
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 4dbab5b4bea..fd62b89a5be 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.28 2000/11/05 18:40:57 keithw Exp $ +# $Id: Makefile.X11,v 1.29 2000/11/05 23:19:23 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -19,6 +19,7 @@ INCDIR = ../include LIBDIR = ../lib + CORE_SOURCES = \ accum.c \ alpha.c \ @@ -97,6 +98,7 @@ CORE_SOURCES = \ X86/common_x86.c \ X86/3dnow.c \ X86/katmai.c \ + swrast/s_aaline.c \ swrast/s_aatriangle.c \ swrast/s_accum.c \ swrast/s_alpha.c \ |