diff options
Diffstat (limited to 'src/mesa/Makefile.X11')
-rw-r--r-- | src/mesa/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile.X11 b/src/mesa/Makefile.X11 index fe571942092..f764cac558c 100644 --- a/src/mesa/Makefile.X11 +++ b/src/mesa/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.42 2001/02/03 08:41:03 gareth Exp $ +# $Id: Makefile.X11,v 1.43 2001/02/06 21:42:48 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -103,7 +103,7 @@ CORE_SOURCES = \ teximage.c \ texobj.c \ texstate.c \ - texture.c \ + texstore.c \ texutil.c \ varray.c \ vtxfmt.c \ |