diff options
author | Brian Paul <[email protected]> | 2002-03-08 19:28:57 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-03-08 19:28:57 +0000 |
commit | 9f7053e913e3918412fc52d3140b2813bf5ffa64 (patch) | |
tree | 59901d0ab2aa813a228267b08fd378f7f58d67a8 | |
parent | 9fa55ac457dc206328986d746f7df86e1c91134d (diff) |
updates for 4.0.2
-rw-r--r-- | Makefile.X11 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 0be51e80fe5..64c5fcade44 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.56.2.4 2002/02/12 03:13:41 brianp Exp $ +# $Id: Makefile.X11,v 1.56.2.5 2002/03/08 19:28:57 brianp Exp $ # Mesa 3-D graphics library # Version: 4.0.2 @@ -329,10 +329,10 @@ realclean: clean -DIRECTORY = Mesa-4.0.1 -LIB_NAME = MesaLib-4.0.1 -DEMO_NAME = MesaDemos-4.0.1 -GLU_NAME = MesaGLU-4.0.1 +DIRECTORY = Mesa-4.0.2 +LIB_NAME = MesaLib-4.0.2 +DEMO_NAME = MesaDemos-4.0.2 +GLU_NAME = MesaGLU-4.0.2 GLUT_NAME = GLUT-3.7 @@ -430,8 +430,8 @@ LIB_FILES = \ $(DIRECTORY)/src/windml/tornado/*.cdf \ $(DIRECTORY)/src/windml/man3/*.3 \ $(DIRECTORY)/src/windml/man3/*.html \ - $(DIRECTORY)/src/BeOS/*.cpp \ $(DIRECTORY)/src/DOS/*.[ch] \ + $(DIRECTORY)/src/BeOS/*.cpp \ $(DIRECTORY)/src/FX/Makefile.am \ $(DIRECTORY)/src/FX/Makefile.in \ $(DIRECTORY)/src/FX/libMesaFX_la_SOURCES \ |