From: Brian Paul Date: Tue, 11 Mar 2003 15:42:48 +0000 (+0000) Subject: DJGPP tweaks X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57ad382b8d7717e719c130dcf763597228030493;p=mesa.git DJGPP tweaks --- diff --git a/Makefile.X11 b/Makefile.X11 index 85e92559744..4ff44b450f7 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.74 2003/02/20 15:53:38 brianp Exp $ +# $Id: Makefile.X11,v 1.75 2003/03/11 15:42:48 brianp Exp $ # Mesa 3-D graphics library # Version: 5.1 @@ -490,6 +490,7 @@ LIB_FILES = \ $(DIRECTORY)/si-glu/Makefile.in \ $(DIRECTORY)/si-glu/Makefile.X11 \ $(DIRECTORY)/si-glu/Makefile.win \ + $(DIRECTORY)/si-glu/Makefile.DJ \ $(DIRECTORY)/si-glu/glu.def \ $(DIRECTORY)/si-glu/dummy.cc \ $(DIRECTORY)/si-glu/descrip.mms \