summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/Makefile.X116
-rw-r--r--src/mesa/main/Makefile.X116
2 files changed, 6 insertions, 6 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 75e03a6bb2..2102d8c8ac 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,8 +1,8 @@
-# $Id: Makefile.X11,v 1.12 1999/12/17 15:15:46 brianp Exp $
+# $Id: Makefile.X11,v 1.13 2000/01/18 17:40:05 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
-# Copyright (C) 1995-1999 Brian Paul
+# Copyright (C) 1995-2000 Brian Paul
# Makefile for core library
@@ -60,8 +60,8 @@ CORE_SOURCES = \
mem.c \
mmath.c \
pb.c \
- pixel.c \
pipeline.c \
+ pixel.c \
points.c \
polygon.c \
quads.c \
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11
index 75e03a6bb2..2102d8c8ac 100644
--- a/src/mesa/main/Makefile.X11
+++ b/src/mesa/main/Makefile.X11
@@ -1,8 +1,8 @@
-# $Id: Makefile.X11,v 1.12 1999/12/17 15:15:46 brianp Exp $
+# $Id: Makefile.X11,v 1.13 2000/01/18 17:40:05 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
-# Copyright (C) 1995-1999 Brian Paul
+# Copyright (C) 1995-2000 Brian Paul
# Makefile for core library
@@ -60,8 +60,8 @@ CORE_SOURCES = \
mem.c \
mmath.c \
pb.c \
- pixel.c \
pipeline.c \
+ pixel.c \
points.c \
polygon.c \
quads.c \