From fd7bfc2221ee856934ef1d24d46fa7222f362f86 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Tue, 15 Jul 2014 07:52:13 +0000 Subject: [PATCH] mpi: remove automatically generated file from the tarball cmr=v1.8.2:reviewer=jsquyres This commit was SVN r32244. --- ompi/include/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ompi/include/Makefile.am b/ompi/include/Makefile.am index e03d0874e4..f50d3122ed 100644 --- a/ompi/include/Makefile.am +++ b/ompi/include/Makefile.am @@ -11,6 +11,8 @@ # All rights reserved. # Copyright (c) 2006-2014 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2009-2011 Oak Ridge National Labs. All rights reserved. +# Copyright (c) 2014 Research Organization for Information Science +# and Technology (RIST). All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -33,7 +35,6 @@ pkginclude_HEADERS = if OMPI_BUILD_FORTRAN_MPIFH_BINDINGS include_HEADERS += \ - mpif.h \ mpif-constants.h \ mpif-externals.h \ mpif-handles.h \ @@ -49,6 +50,7 @@ endif nodist_include_HEADERS = \ mpi.h \ mpi-ext.h \ + mpif.h \ mpif-ext.h \ mpi_portable_platform.h