summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-03-01 16:24:29 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-03-01 16:24:29 +0000
commit15da01e16b73d061a6f20e0664e0c03cc548b0e6 (patch)
tree29bc1921c0b4ce184bdc67a3aaa2eb33aef6e35c /progs/demos/Makefile.X11
parenteca1bc983d564e1be8231b2e1b3f393a2761b2f9 (diff)
added readpix program
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r--progs/demos/Makefile.X114
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11
index 3fe75a36ff..958907ec97 100644
--- a/progs/demos/Makefile.X11
+++ b/progs/demos/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.5 2000/02/16 01:09:06 brianp Exp $
+# $Id: Makefile.X11,v 1.6 2000/03/01 16:24:29 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 glinfo gloss glutfx isosurf \
- morph3d multiarb osdemo paltex pointblast reflect \
+ morph3d multiarb osdemo paltex pointblast readpix reflect \
renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos \