From 3fa9d36aba66294ee774cf7c6dbd90232a6c3eb8 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 28 Jan 2014 21:46:26 +0000 Subject: [PATCH] Per http://www.open-mpi.org/community/lists/devel/2014/01/13938.php, Orion Poplawski noticed that we should not be installing mpio.h. cmr=v1.7.4:reviewer=hjelmn:subject=do not install mpio.h This commit was SVN r30465. --- ompi/mca/io/romio/romio/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ompi/mca/io/romio/romio/Makefile.am b/ompi/mca/io/romio/romio/Makefile.am index 158a41e2a5..b25150a032 100644 --- a/ompi/mca/io/romio/romio/Makefile.am +++ b/ompi/mca/io/romio/romio/Makefile.am @@ -64,7 +64,8 @@ AM_CPPFLAGS += $(MPI_H_INCLUDE) # handle the "include" directory here AM_CPPFLAGS += -I$(top_builddir)/include -I$(top_srcdir)/include # nodist_ b/c these are created by config.status and should not be distributed -nodist_include_HEADERS += include/mpio.h +# Open MPI: do not install mpio.h +noinst_HEADERS += include/mpio.h noinst_HEADERS += include/io_romio_conv.h # ------------------------------------------------------------------------