diff options
Diffstat (limited to 'src/mesa/main/Makefile.X11')
-rw-r--r-- | src/mesa/main/Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/Makefile.X11 b/src/mesa/main/Makefile.X11 index fdab3399ce3..24109a739ce 100644 --- a/src/mesa/main/Makefile.X11 +++ b/src/mesa/main/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.45 2001/02/16 18:14:41 keithw Exp $ +# $Id: Makefile.X11,v 1.46 2001/03/18 08:53:49 gareth Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -99,6 +99,7 @@ CORE_SOURCES = \ scissor.c \ state.c \ stencil.c \ + texformat.c \ teximage.c \ texobj.c \ texstate.c \ |