diff options
author | Brian Paul <[email protected]> | 2001-02-20 17:04:52 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-02-20 17:04:52 +0000 |
commit | d6c3f73fb45ab6429648a6f5c14ae8e95bbc6a35 (patch) | |
tree | ae63640065308f1d8956f82a7eddb39bce7beb3d /progs/demos/Makefile.X11 | |
parent | 1399d7650d1726dfc04796345db7a4c61a831bb0 (diff) |
added shadowtex
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r-- | progs/demos/Makefile.X11 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 41175a1c574..2a85de508b7 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,8 +1,8 @@ -# $Id: Makefile.X11,v 1.16 2000/12/24 22:53:54 pesco Exp $ +# $Id: Makefile.X11,v 1.17 2001/02/20 17:04:52 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 -# Copyright (C) 1995-2000 Brian Paul +# Copyright (C) 1995-2001 Brian Paul # Makefile for GLUT-based demo programs for Unix/X11 @@ -44,6 +44,7 @@ PROGS = bounce \ readpix \ reflect \ renormal \ + shadowtex \ spectex \ stex3d \ teapot \ |