diff options
author | Brian Paul <[email protected]> | 1999-10-22 20:35:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-10-22 20:35:17 +0000 |
commit | 83435611c892d4bdc90a193f9cd90fd74334a0af (patch) | |
tree | cd1bffb5a9ac23cd6188d002ba2a9c48b50a75ba /progs/demos/Makefile.X11 | |
parent | bb1119fd44ffe1089d64b328270b3b06510fd0bf (diff) |
added gloss demo
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r-- | progs/demos/Makefile.X11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 9d475a6ac03..ac663aae390 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.1 1999/08/19 00:55:40 jtg Exp $ +# $Id: Makefile.X11,v 1.2 1999/10/22 20:35:17 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -17,9 +17,9 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL -lm $(XLIBS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = bounce clearspd drawpix gamma gears glinfo glutfx isosurf \ +PROGS = bounce clearspd drawpix gamma gears glinfo gloss glutfx isosurf \ morph3d multiarb osdemo paltex pointblast reflect \ - renormal spectex stex3d tessdemo texcyl texobj trispd winpos + renormal spectex stex3d tessdemo texcyl texobj trispd winpos \ ##### RULES ##### |