diff options
Diffstat (limited to 'progs/demos/Makefile.cygnus')
-rw-r--r-- | progs/demos/Makefile.cygnus | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/demos/Makefile.cygnus b/progs/demos/Makefile.cygnus index 0568684fc6a..6f4bfbfdee0 100644 --- a/progs/demos/Makefile.cygnus +++ b/progs/demos/Makefile.cygnus @@ -1,4 +1,4 @@ -# $Id: Makefile.cygnus,v 1.5 2000/03/06 23:35:07 brianp Exp $ +# $Id: Makefile.cygnus,v 1.6 2000/03/20 22:02:11 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -20,7 +20,7 @@ GL_LIBS = -L$(LIBDIR) -lglut -lMesaGLU -lMesaGL -lm $(WLIBS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) PROGS = clearspd drawpix gamma gears geartrain glinfo glutfx gloss isosurf \ - morph3d multiext osdemo paltex pointblast readpix reflect \ + lodbias morph3d multiext osdemo paltex pointblast readpix reflect \ renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos |