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)