1
1

Merge pull request #6034 from ggouaillardet/topic/mpiext_cuda

mpiext/cuda: do not include automatically generated file into dist ta…
Этот коммит содержится в:
Gilles Gouaillardet 2018-11-06 14:55:30 +09:00 коммит произвёл GitHub
родитель db60f699d5 f8318f0a8f
Коммит 064a778115
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -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,13 +30,13 @@ 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_include_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
# conventions.
libmpiext_cuda_c_la_SOURCES = \
$(ompi_HEADERS) \
mpiext_cuda.c
libmpiext_cuda_c_la_LDFLAGS = -module -avoid-version