summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-12-17 15:03:52 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-12-17 15:03:52 +0000
commitef46f450ee6a466d5495fb44d62657c80a8d6aa7 (patch)
tree322169e565e509cb2325fd903bdafc6baff1b82e /src/mesa/Makefile.X11
parent0003778847df6adb792f453df83808fefa560f18 (diff)
replaced mthreads.c with glthread.c
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X114
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 654a75fb4a..3fe639eed2 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.10 1999/11/28 20:10:24 brianp Exp $
+# $Id: Makefile.X11,v 1.11 1999/12/17 15:03:52 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -22,6 +22,7 @@ LIBDIR = ../lib
CORE_SOURCES = \
glapi.c \
glapinoop.c \
+ glthread.c \
accum.c \
alpha.c \
alphabuf.c \
@@ -58,7 +59,6 @@ CORE_SOURCES = \
matrix.c \
mem.c \
mmath.c \
- mthreads.c \
pb.c \
pixel.c \
pipeline.c \