- example_app: don't build the graphics app by default.

Fixes #771


svn path=/trunk/boinc/; revision=16482
This commit is contained in:
David Anderson 2008-11-12 00:11:41 +00:00
parent 0248c3552a
commit f3b0995cf4
2 changed files with 10 additions and 1 deletions

View File

@ -9389,3 +9389,10 @@ David 11 Nov 2008
tools/
upgrade
David 11 Nov 2008
- example_app: don't build the graphics app by default.
Fixes #771
samples/example_app/
Makefile

View File

@ -27,7 +27,9 @@ else
LIBJPEG = /usr/local/lib/libjpeg.a
endif
PROGS = uc2 uc2_graphics
PROGS = uc2 \
# uc2_graphics
# make this optional so compile doesn't break on systems without OpenGL
all: $(PROGS)