diff options
author | Brian Paul <[email protected]> | 2001-10-17 20:44:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-10-17 20:44:26 +0000 |
commit | e8245c14096ad3b2fa7008fed578bfcc5c5dbfe3 (patch) | |
tree | f48bf864ae84b6377d048a61cf56b861d43cc6b4 /Makefile.X11 | |
parent | ebc8b0aa5acac1962eb40204bf74e78261d326d1 (diff) |
added some missing Win32 files to tar file list
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 15092465c5f..7a68d147ea4 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.55 2001/10/17 14:57:16 brianp Exp $ +# $Id: Makefile.X11,v 1.56 2001/10/17 20:44:26 brianp Exp $ # Mesa 3-D graphics library # Version: 4.0 @@ -464,6 +464,8 @@ LIB_FILES = \ $(DIRECTORY)/src/KNOWN_BUGS \ $(DIRECTORY)/src/OSmesa/Makefile.am \ $(DIRECTORY)/src/OSmesa/Makefile.in \ + $(DIRECTORY)/src/OSmesa/Makefile.win \ + $(DIRECTORY)/src/OSmesa/osmesa.def \ $(DIRECTORY)/src/OSmesa/*.[ch] \ $(DIRECTORY)/src/SPARC/*.[chS] \ $(DIRECTORY)/src/SPARC/Makefile.am \ @@ -486,6 +488,8 @@ LIB_FILES = \ $(DIRECTORY)/si-glu/Makefile.am \ $(DIRECTORY)/si-glu/Makefile.in \ $(DIRECTORY)/si-glu/Makefile.X11 \ + $(DIRECTORY)/si-glu/Makefile.win \ + $(DIRECTORY)/si-glu/glu.def \ $(DIRECTORY)/si-glu/dummy.cc \ $(DIRECTORY)/si-glu/descrip.mms \ $(DIRECTORY)/si-glu/mesaglu.opt \ |