From 8617d0ea5735434484676793ba8c5af9b3cc9dcd Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 26 Jan 2013 14:19:07 +0000 Subject: [PATCH] Ensure that these files always get picked up during "make dist", not only when we have Fortran support available. This commit was SVN r27924. --- ompi/mpi/fortran/use-mpi-tkr/scripts/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ompi/mpi/fortran/use-mpi-tkr/scripts/Makefile.am b/ompi/mpi/fortran/use-mpi-tkr/scripts/Makefile.am index 9ba77eae26..ef156c5082 100644 --- a/ompi/mpi/fortran/use-mpi-tkr/scripts/Makefile.am +++ b/ompi/mpi/fortran/use-mpi-tkr/scripts/Makefile.am @@ -10,7 +10,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2006-2012 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2006-2013 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -18,9 +18,7 @@ # $HEADER$ # -if OMPI_BUILD_FORTRAN_USEMPI_TKR_BINDINGS - -noinst_SCRIPTS = \ +fortran_scripts = \ mpi-f90-interfaces.h.sh \ mpi_accumulate_f90.f90.sh \ mpi_address_f90.f90.sh \ @@ -123,6 +121,9 @@ noinst_SCRIPTS = \ mpi_wtick_f90.f90.sh \ mpi_wtime_f90.f90.sh -EXTRA_DIST = $(noinst_SCRIPTS) +EXTRA_DIST = $(fortran_scripts) +if OMPI_BUILD_FORTRAN_USEMPI_TKR_BINDINGS +noinst_SCRIPTS = $(fortran_scripts) endif +