Skip to content

Commit 064a778

Browse files
Merge pull request #6034 from ggouaillardet/topic/mpiext_cuda
mpiext/cuda: do not include automatically generated file into dist ta…
2 parents db60f69 + f8318f0 commit 064a778

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ompi/mpiext/cuda/c/Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# Corporation. All rights reserved.
55
# Copyright (c) 2010-2014 Cisco Systems, Inc. All rights reserved.
66
# Copyright (c) 2015 NVIDIA, Inc. All rights reserved.
7+
# Copyright (c) 2018 Research Organization for Information Science
8+
# and Technology (RIST). All rights reserved.
79
# $COPYRIGHT$
810
#
911
# Additional copyrights may follow
@@ -28,13 +30,13 @@ noinst_LTLIBRARIES = libmpiext_cuda_c.la
2830
ompidir = $(ompiincludedir)/ompi/mpiext/cuda/c
2931

3032
# This is the header file that is installed.
31-
ompi_HEADERS = mpiext_cuda_c.h
33+
nodist_include_HEADERS = \
34+
mpiext_cuda_c.h
3235

3336
# Sources for the convenience libtool library. Other than the one
3437
# header file, all source files in the extension have no file naming
3538
# conventions.
3639
libmpiext_cuda_c_la_SOURCES = \
37-
$(ompi_HEADERS) \
3840
mpiext_cuda.c
3941
libmpiext_cuda_c_la_LDFLAGS = -module -avoid-version
4042

0 commit comments

Comments
 (0)