diff options
author | Gareth Hughes <[email protected]> | 1999-10-03 00:53:38 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 1999-10-03 00:53:38 +0000 |
commit | 45b95f048ddbf608deb312412cbe98ff7981e1bd (patch) | |
tree | c257e5f67081dbf4680ac0b4092f87d11ce54360 /src/glu/mesa/Makefile.X11 | |
parent | 69cfdb2fcb6c6d5538aff6533b587a54fb2e74c3 (diff) |
Added tessellation winding rule files.
Diffstat (limited to 'src/glu/mesa/Makefile.X11')
-rw-r--r-- | src/glu/mesa/Makefile.X11 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/glu/mesa/Makefile.X11 b/src/glu/mesa/Makefile.X11 index 625120a1cc9..3036001776c 100644 --- a/src/glu/mesa/Makefile.X11 +++ b/src/glu/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.5 1999/09/17 12:06:56 brianp Exp $ +# $Id: Makefile.X11,v 1.6 1999/10/03 00:53:38 gareth Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -19,7 +19,8 @@ INCDIR = ../include 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 + project.c quadric.c tess.c tess_fist.c tess_hash.c tess_heap.c \ + tess_winding.c OBJECTS = $(SOURCES:.c=.o) |