diff options
author | Brian Paul <[email protected]> | 2000-07-31 13:59:22 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-07-31 13:59:22 +0000 |
commit | 6998c714581da64a0fac1594f29e77857c94e870 (patch) | |
tree | 209e4ee9e676f23e99e8f69ec8fb7a2d7196cd87 /Makefile.X11 | |
parent | 5c8de84f5f30695052ef588c8369db26017cee2f (diff) |
added missing widgets-mesa/src/*.c files, updated version numbers to 3.5
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 8521dd1e296..bada2f95a66 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,7 +1,7 @@ -# $Id: Makefile.X11,v 1.32 2000/07/21 16:36:35 brianp Exp $ +# $Id: Makefile.X11,v 1.33 2000/07/31 13:59:22 brianp Exp $ # Mesa 3-D graphics library -# Version: 3.3 +# Version: 3.5 # # Copyright (C) 1999-2000 Brian Paul All Rights Reserved. # @@ -326,10 +326,10 @@ realclean: clean -DIRECTORY = Mesa-3.3 -LIB_NAME = MesaLib-3.3 -DEMO_NAME = MesaDemos-3.3 -GLU_NAME = MesaGLU-3.3 +DIRECTORY = Mesa-3.5 +LIB_NAME = MesaLib-3.5 +DEMO_NAME = MesaDemos-3.5 +GLU_NAME = MesaGLU-3.5 GLUT_NAME = GLUT-3.7 @@ -494,6 +494,8 @@ LIB_FILES = \ $(DIRECTORY)/widgets-mesa/man/Makefile.in \ $(DIRECTORY)/widgets-mesa/man/Mesa* \ $(DIRECTORY)/widgets-mesa/src/ChangeLog \ + $(DIRECTORY)/widgets-mesa/src/*.c \ + $(DIRECTORY)/widgets-mesa/src/Makefile.in \ $(DIRECTORY)/widgets-sgi/*.[ch] \ $(DIRECTORY)/widgets-sgi/Makefile* \ $(DIRECTORY)/widgets-sgi/README \ |