added glxgears

This commit is contained in:
Brian Paul 2001-03-23 22:48:35 +00:00
parent 355da23785
commit 63fae71713
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# $Id: Makefile.X11,v 1.10 2000/07/20 20:12:17 brianp Exp $
# $Id: Makefile.X11,v 1.11 2001/03/23 22:48:35 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.3
# Copyright (C) 1995-2000 Brian Paul
# Version: 3.5
# Copyright (C) 1995-2001 Brian Paul
# Makefile for non-GLUT (X11, SVGA, etc) demo programs
@ -18,6 +18,7 @@ LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
PROGS = glthreads \
glxdemo \
glxgears \
glxheads \
glxinfo \
glxpixmap \