From f1afb3f096a283ec0c2b4f3b85a0cb86668c99b3 Mon Sep 17 00:00:00 2001 From: Walt Gribben Date: Tue, 27 Mar 2007 20:57:25 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=12274 --- checkin_notes | 7 +++++++ clientgui/Makefile.am | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 20f90e89c9..c4f38edad1 100755 --- a/checkin_notes +++ b/checkin_notes @@ -2856,3 +2856,10 @@ David 27 Mar 2007 cs_prefs.C lib/ str_util.h + +Walt 27 Mar 2007 + - MGR: Fix Makefile.am to remove whitespace after + continuation character. + + clientgui/ + Makefile.am diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index e4d1dfa5ef..ad577a8fed 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -98,7 +98,7 @@ boinc_gui_SOURCES = \ WizardAttachProject.cpp \ wizardex.cpp \ ../lib/browser.C \ - ../lib/browser_firefox.C \ + ../lib/browser_firefox.C \ $(mac_sources) EXTRA_DIST = *.h \