From 9e9416aa6dbe8ce4aa8c0b534a7c98b0d849ff7f Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Fri, 16 Dec 2005 03:30:39 +0000 Subject: [PATCH] Modified exectuable names to match boinc platform. svn path=/trunk/boinc/; revision=9075 --- sea/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sea/Makefile.am b/sea/Makefile.am index 5d17fd7917..0130a1b14b 100644 --- a/sea/Makefile.am +++ b/sea/Makefile.am @@ -1,6 +1,7 @@ EXTRA_DIST = make-sea.sh -vers = @BOINC_MAJOR_VERSION@.@BOINC_MINOR_VERSION@.@BOINC_RELEASE@_@target@ +vers = \ + @BOINC_MAJOR_VERSION@.@BOINC_MINOR_VERSION@.@BOINC_RELEASE@_@boinc_platform@ sea = boinc_$(vers).sh tarfiles = BOINC/boinc BOINC/boincmgr BOINC/boinc_cmd BOINC/binstall.sh\ BOINC/boincmgr.8x8.png BOINC/boincmgr.16x16.png BOINC/boincmgr.32x32.png