summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.X11
diff options
context:
space:
mode:
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 2a85de508b..351abf5192 100644
--- a/progs/demos/Makefile.X11
+++ b/progs/demos/Makefile.X11
@@ -1,4 +1,4 @@
-# $Id: Makefile.X11,v 1.17 2001/02/20 17:04:52 brianp Exp $
+# $Id: Makefile.X11,v 1.18 2001/03/22 15:24:15 gareth Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -18,7 +18,8 @@ OSMESA_LIBS = -L$(LIBDIR) -lglut -lOSMesa -lGLU -lGL $(APP_LIB_DEPS)
LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
-PROGS = bounce \
+PROGS = anisotropic \
+ bounce \
clearspd \
cubemap \
drawpix \
@@ -100,4 +101,3 @@ exec: $(PROGS)
include ../Make-config
-