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
committerJosé Fonseca <jfonseca@vmware.com>2011-07-11 20:05:23 +0100
commitdd5f3ac5040a64578d69a9532f7491253d8364b6 (patch)
treed7defecf6723dffaf42567e5ad1bfe2270727ecf /src/glut/glx/Makefile
parent61e9e50309a3fdf3e553080d9d9584a1ddf73dae (diff)
downloadglut-dd5f3ac5040a64578d69a9532f7491253d8364b6.tar.gz
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 7378739..bcbf2f5 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 \