From 1cc53bd7d5acb4f1642a59c499851feb5d62dbaa Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Tue, 11 Jan 2005 02:27:39 +0000 Subject: [PATCH] Needed for 'make dist' to do the right thing. svn path=/trunk/boinc/; revision=5068 --- sea/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sea/Makefile.am b/sea/Makefile.am index 8e24c7c8a7..b52221e293 100644 --- a/sea/Makefile.am +++ b/sea/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = make-sea.sh + vers = @BOINC_MAJOR_VERSION@.@BOINC_MINOR_VERSION@_@target@ sea = boinc_$(vers).sh @@ -25,4 +27,4 @@ BOINC: mkdir -p BOINC clean: - rm -rf BOINC sea.tar $(sea) \ No newline at end of file + rm -rf BOINC sea.tar $(sea)