Skip to content

Commit 17be4c6

Browse files
authored
Merge pull request #6229 from jsquyres/pr/fix-enable-grequest-extension-in-a-tarball
romio321: ensure to distribute ompi_grequestx.h
2 parents 79f02ad + 62321be commit 17be4c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ompi/mca/io/romio321/romio/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ AM_CPPFLAGS += -I$(top_builddir)/include -I$(top_srcdir)/include
6868
noinst_HEADERS += include/mpio.h
6969
noinst_HEADERS += include/io_romio_conv.h
7070

71+
# Included for Open MPI's --enable-grequest-extensions feature.
72+
noinst_HEADERS += include/ompi_grequestx.h
73+
7174
# ------------------------------------------------------------------------
7275

7376
SUBDIRS =

0 commit comments

Comments
 (0)