From f3b0995cf4c8a74754ba6afe6f4a4d09b5c54a2e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 12 Nov 2008 00:11:41 +0000 Subject: [PATCH] - example_app: don't build the graphics app by default. Fixes #771 svn path=/trunk/boinc/; revision=16482 --- checkin_notes | 7 +++++++ samples/example_app/Makefile | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 7a72e71218..f7e4e28c77 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/samples/example_app/Makefile b/samples/example_app/Makefile index 35555bad06..87fbb13af1 100644 --- a/samples/example_app/Makefile +++ b/samples/example_app/Makefile @@ -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)