Skip to content

Commit b3ce25a

Browse files
committed
mpiext/cuda: fix mpiext_cuda_c.h install path
This fixes a regression introduced in commit f8318f0. Fixes #6069 Thanks Kawashima-san for the heads up ! Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
1 parent 3dc1629 commit b3ce25a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mpiext/cuda/c/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ noinst_LTLIBRARIES = libmpiext_cuda_c.la
3030
ompidir = $(ompiincludedir)/ompi/mpiext/cuda/c
3131

3232
# This is the header file that is installed.
33-
nodist_include_HEADERS = \
34-
mpiext_cuda_c.h
33+
nodist_ompi_HEADERS = mpiext_cuda_c.h
3534

3635
# Sources for the convenience libtool library. Other than the one
3736
# header file, all source files in the extension have no file naming
3837
# conventions.
3938
libmpiext_cuda_c_la_SOURCES = \
39+
$(ompi_HEADERS) \
4040
mpiext_cuda.c
4141
libmpiext_cuda_c_la_LDFLAGS = -module -avoid-version
4242

0 commit comments

Comments
 (0)