1
1

SCRIPTS is not automatically included in the tarball (go figure); so

add its contents to EXTRA_DIST.

This commit was SVN r4298.
Этот коммит содержится в:
Jeff Squyres 2005-02-06 19:31:19 +00:00
родитель ded699d4ba
Коммит 718838b5e8

Просмотреть файл

@ -67,8 +67,10 @@ noinst_SCRIPTS = \
mpi_ssend_f90.f90.sh \
mpi_ssend_init_f90.f90.sh
noinst_SCRIPTS += \
onesided_scripts = \
mpi_accumulate_f90.f90.sh \
mpi_get_f90.f90.sh \
mpi_put_f90.f90.sh \
mpi_win_create_f90.f90.sh
EXTRA_DIST = $(noinst_SCRIPTS) $(onesided_scripts)