projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd2341
)
progs/samples: Add rgbtoppm to Makefile.
author
Vinson Lee
<vlee@vmware.com>
Sat, 5 Dec 2009 09:28:47 +0000
(
01:28
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 5 Dec 2009 09:28:47 +0000
(
01:28
-0800)
progs/samples/Makefile
patch
|
blob
|
history
diff --git
a/progs/samples/Makefile
b/progs/samples/Makefile
index b300e38b9c203585094acc7bc4d40bffdf766345..64fa47addb5796fbe43f5c29a5aa8ddd2db4d009 100644
(file)
--- 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