diff options
author | Brian Paul <[email protected]> | 1999-12-17 15:15:46 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-12-17 15:15:46 +0000 |
commit | a02b03afa495c642766cab209d189cd644b8b720 (patch) | |
tree | 2f0b4c973f27153d1ff8a8b7b1c8bca995a3bca3 /src/mesa/Makefile.X11 | |
parent | ef46f450ee6a466d5495fb44d62657c80a8d6aa7 (diff) |
updated with latest source files
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 3fe639eed28..75e03a6bb29 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.11 1999/12/17 15:03:52 brianp Exp $ +# $Id: Makefile.X11,v 1.12 1999/12/17 15:15:46 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -20,9 +20,6 @@ LIBDIR = ../lib CORE_SOURCES = \ - glapi.c \ - glapinoop.c \ - glthread.c \ accum.c \ alpha.c \ alphabuf.c \ @@ -48,7 +45,10 @@ CORE_SOURCES = \ feedback.c \ fog.c \ get.c \ + glapi.c \ + glapinoop.c \ glmisc.c \ + glthread.c \ hash.c \ image.c \ imaging.c \ |