diff options
author | Brian Paul <[email protected]> | 2000-03-20 22:02:11 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-03-20 22:02:11 +0000 |
commit | a937128030d7960e930165542acd0584dbaf9b21 (patch) | |
tree | 4df279572524d7839235c04ca83d85338d251e77 /progs/demos/Makefile.X11 | |
parent | aa80e2938645a6cbe5148d3f5961cbd03287509c (diff) |
added lodbias demo
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r-- | progs/demos/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 3e159c5dadd..f87ec8f85f8 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.7 2000/03/06 23:35:07 brianp Exp $ +# $Id: Makefile.X11,v 1.8 2000/03/20 22:02:11 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -17,7 +17,7 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) PROGS = bounce clearspd drawpix gamma gears geartrain glinfo gloss \ - glutfx isosurf morph3d multiarb osdemo paltex pointblast \ + glutfx isosurf lodbias morph3d multiarb osdemo paltex pointblast \ readpix reflect renormal spectex stex3d tessdemo texcyl \ texdown texobj trispd winpos \ |