diff options
author | Brian Paul <[email protected]> | 1999-11-05 08:01:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-05 08:01:17 +0000 |
commit | 17407de73a0d4528d26093a8c79c0156c37016ad (patch) | |
tree | 21ccfeb771a8499241e03eaa22cf8e1763dccb53 /progs | |
parent | f1b45ca254aac3e8a12bf7c8cc474cb293160fb9 (diff) |
added xfont demo
Diffstat (limited to 'progs')
-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 e48782d7ed8..eed5dc458e9 100644 --- a/progs/xdemos/Makefile.X11 +++ b/progs/xdemos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.3 1999/10/27 10:09:53 brianp Exp $ +# $Id: Makefile.X11,v 1.4 1999/11/05 08:01:17 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 +PROGS = glxdemo glxpixmap offset xdemo glxinfo xfont |