From 12219210af0bd2ec888c1cbcb3621237368fe4e8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 8 Dec 2008 15:42:54 -0700 Subject: 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. --- src/glut/glx/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glut/glx/Makefile') 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 \ -- cgit v1.2.3