diff options
author | Vinson Lee <[email protected]> | 2009-12-05 01:28:47 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-05 01:28:47 -0800 |
commit | 6212c8103a5011e08003c8946732edad39fa74c3 (patch) | |
tree | 95875cfb7ad0a7a4fa831b2072bc02dac7089c2a | |
parent | 2cd2341ce88a3d485f81d920290a9c1d0ab988da (diff) |
progs/samples: Add rgbtoppm to Makefile.
-rw-r--r-- | progs/samples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/samples/Makefile b/progs/samples/Makefile index b300e38b9c2..64fa47addb5 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 |