diff options
author | Brian Paul <[email protected]> | 2002-02-02 21:41:58 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-02-02 21:41:58 +0000 |
commit | ac8c241e6419f1bd85aa37849a8d7b3c050ff97b (patch) | |
tree | 3f1b5faf5b78a22fb61ed1edefe64aafb6ed87e0 /src/mesa/Makefile.X11 | |
parent | b37a084357dd08573b86d6d8c5ba43d65bdc1bd7 (diff) |
removed references to removed source files
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 2c910418a88..6f0b391d0f4 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.64 2002/01/15 18:30:58 kschultz Exp $ +# $Id: Makefile.X11,v 1.65 2002/02/02 21:41:58 brianp Exp $ # Mesa 3-D graphics library # Version: 4.1 @@ -110,11 +110,9 @@ CORE_SOURCES = \ swrast/s_lines.c \ swrast/s_logic.c \ swrast/s_masking.c \ - swrast/s_pb.c \ swrast/s_pixeltex.c \ swrast/s_points.c \ swrast/s_readpix.c \ - swrast/s_scissor.c \ swrast/s_span.c \ swrast/s_stencil.c \ swrast/s_texture.c \ |