summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.X11
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-04-07 16:30:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-04-07 16:30:46 +0000
commitd6972897464a845d08f6e426f4cb61537b49fc42 (patch)
treefe112a591de918bf5d27d12f048fda8964e38b8d /progs/demos/Makefile.X11
parent5cedb32f6b59e370ab42c628bc319580c28c5ca5 (diff)
added pixeltex demo
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r--progs/demos/Makefile.X116
1 files changed, 3 insertions, 3 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11
index c96d64bafd..f4f438c353 100644
--- a/progs/demos/Makefile.X11
+++ b/progs/demos/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.9 2000/04/01 05:57:41 brianp Exp $
+# $Id: Makefile.X11,v 1.10 2000/04/07 16:30:46 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
@@ -18,8 +18,8 @@ LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
PROGS = bounce clearspd drawpix gamma gears geartrain glinfo gloss \
glutfx isosurf lodbias morph3d multiarb occlude osdemo paltex \
- pointblast readpix reflect renormal spectex stex3d tessdemo texcyl \
- texdown texobj trispd winpos \
+ pixeltex pointblast readpix reflect renormal spectex stex3d \
+ tessdemo texcyl texdown texobj trispd winpos \
##### RULES #####