diff options
author | Brian Paul <[email protected]> | 1999-12-17 15:03:52 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-12-17 15:03:52 +0000 |
commit | ef46f450ee6a466d5495fb44d62657c80a8d6aa7 (patch) | |
tree | 322169e565e509cb2325fd903bdafc6baff1b82e /src/mesa/Makefile.X11 | |
parent | 0003778847df6adb792f453df83808fefa560f18 (diff) |
replaced mthreads.c with glthread.c
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 654a75fb4ae..3fe639eed28 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 \ |