diff options
author | Brian Paul <[email protected]> | 2000-05-20 23:16:14 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-05-20 23:16:14 +0000 |
commit | dec7e16cc0a97ecb1999649c58cdbf8c1e3340eb (patch) | |
tree | 02bae8c74d0fce90986b79df86caff420b66222c /Makefile.X11 | |
parent | fbbac25ad304e09a4cde52bd09b4940ac4785623 (diff) |
minor tweaks for GLU and GLUT tar files
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 903bf060a9a..71205411077 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.24 2000/05/03 15:01:08 brianp Exp $ +# $Id: Makefile.X11,v 1.25 2000/05/20 23:16:14 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -566,6 +566,7 @@ GLU_FILES = \ $(DIRECTORY)/bin/mklib* \ $(DIRECTORY)/include/GL/gl.h \ $(DIRECTORY)/include/GL/gl_mangle.h \ + $(DIRECTORY)/include/GL/glext.h \ $(DIRECTORY)/include/GL/glu.h \ $(DIRECTORY)/include/GL/glu_mangle.h \ $(DIRECTORY)/src-glu/README[12] \ @@ -583,6 +584,7 @@ GLUT_FILES = \ $(DIRECTORY)/bin/mklib* \ $(DIRECTORY)/include/GL/gl.h \ $(DIRECTORY)/include/GL/gl_mangle.h \ + $(DIRECTORY)/include/GL/glext.h \ $(DIRECTORY)/include/GL/glu.h \ $(DIRECTORY)/include/GL/glu_mangle.h \ $(DIRECTORY)/include/GL/glut.h \ |