summaryrefslogtreecommitdiff
path: root/src/mesa/main/Makefile.OSMesa16
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-05-29 22:06:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-05-29 22:06:13 +0000
commite4a01fd7e1e37e653837a22a6b485cfdc54f4d3b (patch)
treed5d0d90a01870302d8ced0348e50d7f611cb630e /src/mesa/main/Makefile.OSMesa16
parent655ba5d9927187e76b66f5886d090624dc4b1dd9 (diff)
added math/m_debug_clip.c
Diffstat (limited to 'src/mesa/main/Makefile.OSMesa16')
-rw-r--r--src/mesa/main/Makefile.OSMesa163
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/Makefile.OSMesa16 b/src/mesa/main/Makefile.OSMesa16
index c441336075..f1a9300c40 100644
--- a/src/mesa/main/Makefile.OSMesa16
+++ b/src/mesa/main/Makefile.OSMesa16
@@ -1,4 +1,4 @@
-# $Id: Makefile.OSMesa16,v 1.1 2001/04/26 22:27:09 brianp Exp $
+# $Id: Makefile.OSMesa16,v 1.2 2001/05/29 22:06:13 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -110,6 +110,7 @@ CORE_SOURCES = \
X86/common_x86.c \
X86/3dnow.c \
X86/sse.c \
+ math/m_debug_clip.c \
math/m_debug_norm.c \
math/m_debug_vertex.c \
math/m_debug_xform.c \