summaryrefslogtreecommitdiff
path: root/src/glu/mesa/Makefile.BeOS
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>1999-12-06 09:39:34 +0000
committerGareth Hughes <gareth@valinux.com>1999-12-06 09:39:34 +0000
commitff5ce773b254ab37cc0e01d62c131a32338b667f (patch)
tree71ea9626a0ca3a229940a5299694bf899f8d7a9f /src/glu/mesa/Makefile.BeOS
parenta1216fe3a21238c48a56d073bdd0a5a821da64a3 (diff)
Merging in work from 3.1/3.2 branch. Tessellator is essentially fully
functional now.
Diffstat (limited to 'src/glu/mesa/Makefile.BeOS')
-rw-r--r--src/glu/mesa/Makefile.BeOS2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glu/mesa/Makefile.BeOS b/src/glu/mesa/Makefile.BeOS
index 989ad7c157..e8851dea44 100644
--- a/src/glu/mesa/Makefile.BeOS
+++ b/src/glu/mesa/Makefile.BeOS
@@ -30,7 +30,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)