diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-11-12 15:47:38 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-11-12 15:47:38 +0000 |
commit | 8f8d152b2e9f861cecb3528556c4581ab30aaa7a (patch) | |
tree | 5a9737f040a1492f46249b77451f961f54292a3d /progs/xdemos | |
parent | c3ef5952f5f883a359012ac2f08720d2691d1225 (diff) |
added glxdpyinfo
Diffstat (limited to 'progs/xdemos')
-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 eed5dc458e..96a13ca33f 100644 --- a/progs/xdemos/Makefile.X11 +++ b/progs/xdemos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.4 1999/11/05 08:01:17 brianp Exp $ +# $Id: Makefile.X11,v 1.5 1999/11/12 15:47:38 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -16,7 +16,7 @@ GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(XLIBS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) -PROGS = glxdemo glxpixmap offset xdemo glxinfo xfont +PROGS = glxdemo glxpixmap offset xdemo glxinfo xfont glxdpyinfo |