diff options
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index 191a144df86..84a4f1d4ef3 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $ +# $Id: Makefile.X11,v 1.19 2000/04/07 16:28:38 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -64,6 +64,7 @@ CORE_SOURCES = \ pb.c \ pipeline.c \ pixel.c \ + pixeltex.c \ points.c \ polygon.c \ quads.c \ |