summaryrefslogtreecommitdiff
path: root/progs/demos/Makefile.X11
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>2001-03-22 15:24:15 +0000
committerGareth Hughes <gareth@valinux.com>2001-03-22 15:24:15 +0000
commit7387394e5923795a9302e264357e29c831d82ffb (patch)
tree83cbe784468a38597930ac6ce2f57d970a7538d5 /progs/demos/Makefile.X11
parent19bf744556bfb32b7ac4d3f9efbdbbf2b057434b (diff)
Initial demo of GL_EXT_texture_filter_anisotropic extension.
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
-