summaryrefslogtreecommitdiff
path: root/src/glu/mesa/Makefile.BeOS
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>1999-10-03 00:53:38 +0000
committerGareth Hughes <gareth@valinux.com>1999-10-03 00:53:38 +0000
commit45b95f048ddbf608deb312412cbe98ff7981e1bd (patch)
treec257e5f67081dbf4680ac0b4092f87d11ce54360 /src/glu/mesa/Makefile.BeOS
parent69cfdb2fcb6c6d5538aff6533b587a54fb2e74c3 (diff)
Added tessellation winding rule files.
Diffstat (limited to 'src/glu/mesa/Makefile.BeOS')
-rw-r--r--src/glu/mesa/Makefile.BeOS3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glu/mesa/Makefile.BeOS b/src/glu/mesa/Makefile.BeOS
index 721ad943fb..989ad7c157 100644
--- a/src/glu/mesa/Makefile.BeOS
+++ b/src/glu/mesa/Makefile.BeOS
@@ -29,7 +29,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)