From 15d30d8349bcca0f83f2ebab74015d5f5d93d000 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Tue, 6 Nov 2018 13:57:31 +0900 Subject: [PATCH] mpiext/cuda: do not include automatically generated file into dist tarball ompi/mpiext/cuda/c/mpiext_cuda_c.h is automatically generated from ompi/mpiext/cuda/c/mpiext_cuda_c.h.in at configure time. Signed-off-by: Gilles Gouaillardet (cherry picked from commit open-mpi/ompi@f8318f0a8ffa9d0ca109a7fbb6ebec9f5522a687) (cherry picked from commit open-mpi/ompi@b3ce25af95d2d3395a4b1ea78c068de45f29cf2c) --- ompi/mpiext/cuda/c/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ompi/mpiext/cuda/c/Makefile.am b/ompi/mpiext/cuda/c/Makefile.am index 41f0ab5fd52..719fa109895 100644 --- a/ompi/mpiext/cuda/c/Makefile.am +++ b/ompi/mpiext/cuda/c/Makefile.am @@ -4,6 +4,8 @@ # Corporation. All rights reserved. # Copyright (c) 2010-2014 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2015 NVIDIA, Inc. All rights reserved. +# Copyright (c) 2018 Research Organization for Information Science +# and Technology (RIST). All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -28,7 +30,7 @@ noinst_LTLIBRARIES = libmpiext_cuda_c.la ompidir = $(ompiincludedir)/ompi/mpiext/cuda/c # This is the header file that is installed. -ompi_HEADERS = mpiext_cuda_c.h +nodist_ompi_HEADERS = mpiext_cuda_c.h # Sources for the convenience libtool library. Other than the one # header file, all source files in the extension have no file naming