diff options
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r-- | progs/demos/Makefile.X11 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 13c71a0b551..a388626e381 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.19 2001/03/27 17:44:35 brianp Exp $ +# $Id: Makefile.X11,v 1.20 2001/08/21 05:42:11 gareth Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -18,8 +18,7 @@ OSMESA_LIBS = -L$(LIBDIR) -lglut -lOSMesa -lGLU -lGL $(APP_LIB_DEPS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = anisotropic \ - bounce \ +PROGS = bounce \ clearspd \ cubemap \ drawpix \ |