summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-11-05 23:19:23 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-11-05 23:19:23 +0000
commitb2ad0754b0724c62cbdd838f04db953e0fd13219 (patch)
tree20f0aa055ea9fd67b0172ec57680e1adaf5a5ccf /src/mesa/Makefile.X11
parent0070d398d13759adc519f9bc764ffd39bc88890e (diff)
added swrast/s_aaline.c
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X114
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 4dbab5b4be..fd62b89a5b 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 \