From 2750a6e237a084e43bdc946ed20616c0f03ff19a Mon Sep 17 00:00:00 2001 From: Rolf vandeVaart Date: Thu, 25 Jun 2015 17:41:44 -0400 Subject: [PATCH] Fix filename name --- ompi/mpiext/cuda/c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mpiext/cuda/c/Makefile.am b/ompi/mpiext/cuda/c/Makefile.am index 3d68572b8a..b7010d80e3 100644 --- a/ompi/mpiext/cuda/c/Makefile.am +++ b/ompi/mpiext/cuda/c/Makefile.am @@ -28,7 +28,7 @@ noinst_LTLIBRARIES = libmpiext_cuda.la ompidir = $(ompiincludedir)/ompi/mpiext/cuda/c # This is the header file that is installed. -ompi_HEADERS = mpiext_cuda.h +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