Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ompi/mpiext/cuda/c/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down