progs/samples: Add rgbtoppm to Makefile.
authorVinson Lee <vlee@vmware.com>
Sat, 5 Dec 2009 09:28:47 +0000 (01:28 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 5 Dec 2009 09:28:47 +0000 (01:28 -0800)
progs/samples/Makefile

index b300e38..64fa47a 100644 (file)
@@ -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