diff options
author | Brian Paul <[email protected]> | 2000-06-13 19:42:05 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-06-13 19:42:05 +0000 |
commit | 9b08f27000b94364fb2045d2e305edbfb46e49ff (patch) | |
tree | 2b1ea19606bd81cb6df273a03ab2a9e84fa0dda3 /progs/xdemos/Makefile.X11 | |
parent | 0852d0b95eaf6ebce676fc3c6947579e5c140608 (diff) |
added glxheads, manywin
Diffstat (limited to 'progs/xdemos/Makefile.X11')
-rw-r--r-- | progs/xdemos/Makefile.X11 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/progs/xdemos/Makefile.X11 b/progs/xdemos/Makefile.X11 index b443d2f7d4a..abed91f697a 100644 --- a/progs/xdemos/Makefile.X11 +++ b/progs/xdemos/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.8 2000/05/03 14:18:25 brianp Exp $ +# $Id: Makefile.X11,v 1.9 2000/06/13 19:42:05 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -16,7 +16,15 @@ 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 wincopy +PROGS = glxdemo \ + glxheads \ + glxinfo \ + glxpixmap \ + manywin \ + offset \ + wincopy \ + xdemo \ + xfont |