summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X118
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 3fe639eed2..75e03a6bb2 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 \