Mesa (mesa_7_6_branch): progs/samples: Add rgbtoppm to Makefile.

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 5 09:29:48 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: 6212c8103a5011e08003c8946732edad39fa74c3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6212c8103a5011e08003c8946732edad39fa74c3

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec  5 01:28:47 2009 -0800

progs/samples: Add rgbtoppm to Makefile.

---

 progs/samples/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/samples/Makefile b/progs/samples/Makefile
index b300e38..64fa47a 100644
--- a/progs/samples/Makefile
+++ b/progs/samples/Makefile
@@ -10,7 +10,7 @@ LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) $(T
 LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLEW_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS)
 
 PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
-	font line logo nurb olympic overlay point prim quad select \
+	font line logo nurb olympic overlay point prim rgbtoppm quad select \
 	shape sphere star stencil stretch texture tri wave
 
 




More information about the mesa-commit mailing list