Skip to content

Commit fb6655a

Browse files
Merge pull request #6071 from ggouaillardet/topic/mpiext_cuda_fix
mpiext/cuda: fix mpiext_cuda_c.h install path
2 parents 3dc1629 + b3ce25a commit fb6655a

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)