We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dc1629 + b3ce25a commit fb6655aCopy full SHA for fb6655a
ompi/mpiext/cuda/c/Makefile.am
@@ -30,13 +30,13 @@ noinst_LTLIBRARIES = libmpiext_cuda_c.la
30
ompidir = $(ompiincludedir)/ompi/mpiext/cuda/c
31
32
# This is the header file that is installed.
33
-nodist_include_HEADERS = \
34
- mpiext_cuda_c.h
+nodist_ompi_HEADERS = mpiext_cuda_c.h
35
36
# Sources for the convenience libtool library. Other than the one
37
# header file, all source files in the extension have no file naming
38
# conventions.
39
libmpiext_cuda_c_la_SOURCES = \
+ $(ompi_HEADERS) \
40
mpiext_cuda.c
41
libmpiext_cuda_c_la_LDFLAGS = -module -avoid-version
42
0 commit comments