summaryrefslogtreecommitdiff
path: root/src/glut/glx/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-12-08 15:42:54 -0700
committerBrian Paul <brian.paul@tungstengraphics.com>2008-12-15 18:19:05 -0700
commit12219210af0bd2ec888c1cbcb3621237368fe4e8 (patch)
treee08401821db8daf4ac4a0e332f4ebfdb7479b4eb /src/glut/glx/Makefile
parentdc58da3e063d2a4018eea9149b43a3656a93a7ca (diff)
glut: added GLUT_PPM_FILE env var to dump first frame to a PPM file
Set GLUT_PPM_FILE to the desired filename. The first frame rendered will be written to that file.
Diffstat (limited to 'src/glut/glx/Makefile')
-rw-r--r--src/glut/glx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/glx/Makefile b/src/glut/glx/Makefile
index c8f0097ebe..87301f1b77 100644
--- a/src/glut/glx/Makefile
+++ b/src/glut/glx/Makefile
@@ -56,6 +56,7 @@ SOURCES = \
glut_modifier.c \
glut_mroman.c \
glut_overlay.c \
+ glut_ppm.c \
glut_roman.c \
glut_shapes.c \
glut_space.c \