summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-03-24 20:56:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-03-24 20:56:50 +0000
commitd03dc2547756f5ed0b5538646c75e88f1fd7b526 (patch)
tree26bf9aebd8ba263f9e4e020abe50de55536a6a41 /src/mesa/Makefile.X11
parent7553e3027c433964f05db622009207520427c3a6 (diff)
added texutil.c source
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r--src/mesa/Makefile.X113
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11
index 8933fb4291..191a144df8 100644
--- a/src/mesa/Makefile.X11
+++ b/src/mesa/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.17 2000/02/21 23:24:02 brianp Exp $
+# $Id: Makefile.X11,v 1.18 2000/03/24 20:56:50 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -80,6 +80,7 @@ CORE_SOURCES = \
texobj.c \
texstate.c \
texture.c \
+ texutil.c \
translate.c \
triangle.c \
varray.c \