summaryrefslogtreecommitdiff
path: root/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-10-17 20:44:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-10-17 20:44:26 +0000
commite8245c14096ad3b2fa7008fed578bfcc5c5dbfe3 (patch)
treef48bf864ae84b6377d048a61cf56b861d43cc6b4 /Makefile.X11
parentebc8b0aa5acac1962eb40204bf74e78261d326d1 (diff)
added some missing Win32 files to tar file list
Diffstat (limited to 'Makefile.X11')
-rw-r--r--Makefile.X116
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11
index 15092465c5..7a68d147ea 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 \