Skip to content

Commit 6e4c242

Browse files
committed
Add script and template files to distribution
1 parent b99f951 commit 6e4c242

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ompi/mpi/fortran/use-mpi-f08/Makefile.am

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,14 @@ lib@OMPI_LIBMPI_NAME@_usempif08_profile_la_FCFLAGS = \
585585

586586
MAINTAINERCLEANFILES =
587587

588+
# Include script and template files for ABI generation from a distribution
589+
# tarball
590+
EXTRA_DIST = \
591+
generate_bindings.py \
592+
recv_f08.in \
593+
send_f08.in \
594+
waitall_f08.in
595+
588596
#
589597
# Generate the Fortran bindings and C wrapper functions for bindings with a
590598
# *.in template.

0 commit comments

Comments
 (0)