Skip to content

Commit 5aa11a2

Browse files
author
Rolf vandeVaart
committed
Fix library name
1 parent 2750a6e commit 5aa11a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ompi/mpiext/cuda/c/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ AM_CPPFLAGS = -DOMPI_PROFILE_LAYER=0 -DOMPI_COMPILING_FORTRAN_WRAPPERS=1
2121
include $(top_srcdir)/Makefile.ompi-rules
2222

2323
# Convenience libtool library that will be slurped up into libmpi.la.
24-
noinst_LTLIBRARIES = libmpiext_cuda.la
24+
noinst_LTLIBRARIES = libmpiext_cuda_c.la
2525

2626
# This is where the top-level header file (that is included in
2727
# <mpi-ext.h>) must be installed.
@@ -33,10 +33,10 @@ ompi_HEADERS = mpiext_cuda_c.h
3333
# Sources for the convenience libtool library. Other than the one
3434
# header file, all source files in the extension have no file naming
3535
# conventions.
36-
libmpiext_cuda_la_SOURCES = \
36+
libmpiext_cuda_c_la_SOURCES = \
3737
$(ompi_HEADERS) \
3838
mpiext_cuda.c
39-
libmpiext_cuda_la_LDFLAGS = -module -avoid-version
39+
libmpiext_cuda_c_la_LDFLAGS = -module -avoid-version
4040

4141
# Man page installation
4242
nodist_man_MANS = MPIx_CUDA_SUPPORT.3

0 commit comments

Comments
 (0)