From b2ad0754b0724c62cbdd838f04db953e0fd13219 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 5 Nov 2000 23:19:23 +0000 Subject: added swrast/s_aaline.c --- src/mesa/main/Makefile.X11 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/Makefile.X11') diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index 4dbab5b4be..fd62b89a5b 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/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 \ -- cgit v1.2.3