Skip to content

Commit 2750a6e

Browse files
author
Rolf vandeVaart
committed
Fix filename name
1 parent 995723c commit 2750a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpiext/cuda/c/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ noinst_LTLIBRARIES = libmpiext_cuda.la
2828
ompidir = $(ompiincludedir)/ompi/mpiext/cuda/c
2929

3030
# This is the header file that is installed.
31-
ompi_HEADERS = mpiext_cuda.h
31+
ompi_HEADERS = mpiext_cuda_c.h
3232

3333
# Sources for the convenience libtool library. Other than the one
3434
# header file, all source files in the extension have no file naming

0 commit comments

Comments
 (0)