From cf7ac9fc95040cab9b69608e884c43f1ce6c9797 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 1 May 2005 05:18:07 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=5995 --- checkin_notes | 7 +++++++ clientgui/Makefile.am | 2 +- doc/participate.php | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 8788f11072..50a6a0acb5 100755 --- a/checkin_notes +++ b/checkin_notes @@ -5941,3 +5941,10 @@ David 30 April 2005 api/ windows_opengl.C + +David 30 April 2005 + - changed library order in clientgui Makefile + (from JR Oldroyd; needed for link on FreeBSD) + + clientgui/ + Makefile.am diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index 008342ca90..f45f644322 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -39,7 +39,7 @@ EXTRA_DIST = *.h \ boinc_gui_CPPFLAGS = $(AM_CPPFLAGS) $(WX_CPPFLAGS) $(CLIENTGUIFLAGS) boinc_gui_CXXFLAGS = $(AM_CXXFLAGS) $(WX_CXXFLAGS) $(CLIENTGUIFLAGS) -boinc_gui_LDADD = $(CLIENTGUILIBS) -L../lib -lboinc +boinc_gui_LDADD = -L../lib -lboinc $(CLIENTGUILIBS) all-local: client_gui-bin client_gui-bin: @CLIENT_GUI_BIN_FILENAME@ diff --git a/doc/participate.php b/doc/participate.php index c06843815a..f3a6d709fe 100644 --- a/doc/participate.php +++ b/doc/participate.php @@ -16,6 +16,7 @@ echo "
  • Command-line version (Unix, Mac OS/X)
  • Installing BOINC on Mac OS/X
  • Self-extracting archive (UNIX> +
  • The BOINC screensaver
  • Preferences
  • Host identification and merging