summaryrefslogtreecommitdiff
path: root/progs/xdemos
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-03-23 22:48:35 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-03-23 22:48:35 +0000
commit63fae717134c2ef74603acd49d1dcd5dfee8e6f6 (patch)
treea2d142f542917df00f45fdbf7795bd951e2fca26 /progs/xdemos
parent355da23785138f9f0026a7c357fb9b8dc4bd8b9d (diff)
added glxgears
Diffstat (limited to 'progs/xdemos')
-rw-r--r--progs/xdemos/Makefile.X117
1 files changed, 4 insertions, 3 deletions
diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11
index 5a4e8f720a..7192eb5a1e 100644
--- a/progs/xdemos/Makefile.X11
+++ b/progs/xdemos/Makefile.X11
@@ -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 \