diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-05-03 14:18:25 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-05-03 14:18:25 +0000 |
commit | 07ec12f745ecdb58dd476c2fcdfd99158b9f62ab (patch) | |
tree | 66bcfef01f0e3d140adc7649d56954dd9bf22842 | |
parent | f3b3ab924fc1bea332743791dd91a1c3ef076fb9 (diff) |
removed glxdpyinfo
-rw-r--r-- | progs/xdemos/Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11 index 115991c4b5..b443d2f7d4 100644 --- a/progs/xdemos/Makefile.X11 +++ b/progs/xdemos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.7 2000/02/16 01:09:06 brianp Exp $ +# $Id: Makefile.X11,v 1.8 2000/05/03 14:18:25 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -16,7 +16,7 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = glxdemo glxpixmap offset xdemo glxinfo xfont glxdpyinfo wincopy +PROGS = glxdemo glxpixmap offset xdemo glxinfo xfont wincopy |