File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
# Corporation. All rights reserved.
5
5
# Copyright (c) 2010-2014 Cisco Systems, Inc. All rights reserved.
6
6
# Copyright (c) 2015 NVIDIA, Inc. All rights reserved.
7
+ # Copyright (c) 2018 Research Organization for Information Science
8
+ # and Technology (RIST). All rights reserved.
7
9
# $COPYRIGHT$
8
10
#
9
11
# Additional copyrights may follow
@@ -28,13 +30,13 @@ noinst_LTLIBRARIES = libmpiext_cuda_c.la
28
30
ompidir = $(ompiincludedir ) /ompi/mpiext/cuda/c
29
31
30
32
# This is the header file that is installed.
31
- ompi_HEADERS = mpiext_cuda_c.h
33
+ nodist_include_HEADERS = \
34
+ mpiext_cuda_c.h
32
35
33
36
# Sources for the convenience libtool library. Other than the one
34
37
# header file, all source files in the extension have no file naming
35
38
# conventions.
36
39
libmpiext_cuda_c_la_SOURCES = \
37
- $(ompi_HEADERS ) \
38
40
mpiext_cuda.c
39
41
libmpiext_cuda_c_la_LDFLAGS = -module -avoid-version
40
42
You can’t perform that action at this time.
0 commit comments