From ff5ce773b254ab37cc0e01d62c131a32338b667f Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Mon, 6 Dec 1999 09:39:34 +0000 Subject: Merging in work from 3.1/3.2 branch. Tessellator is essentially fully functional now. --- src/glu/mesa/Makefile.X11 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/glu/mesa/Makefile.X11') diff --git a/src/glu/mesa/Makefile.X11 b/src/glu/mesa/Makefile.X11 index 3036001776c..4373c8f2b4d 100644 --- a/src/glu/mesa/Makefile.X11 +++ b/src/glu/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.6 1999/10/03 00:53:38 gareth Exp $ +# $Id: Makefile.X11,v 1.7 1999/12/06 09:39:34 gareth Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -20,7 +20,7 @@ LIBDIR = ../lib SOURCES = glu.c mipmap.c nurbs.c nurbscrv.c nurbssrf.c nurbsutl.c \ project.c quadric.c tess.c tess_fist.c tess_hash.c tess_heap.c \ - tess_winding.c + tess_winding.c tess_clip.c OBJECTS = $(SOURCES:.c=.o) -- cgit v1.2.3