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 fd143eb + 6596277 commit 056d7adCopy full SHA for 056d7ad
ompi/mpi/fortran/use-mpi-f08/Makefile.am
@@ -11,6 +11,8 @@
11
# and Technology (RIST). All rights reserved.
12
# Copyright (c) 2016 IBM Corporation. All rights reserved.
13
# Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
14
+# Copyright (c) 2019 Triad National Security, LLC. All rights
15
+# reserved.
16
#
17
# $COPYRIGHT$
18
@@ -39,7 +41,8 @@ CLEANFILES += *.i90
39
41
lib_LTLIBRARIES = lib@OMPI_LIBMPI_NAME@_usempif08.la
40
42
43
module_sentinel_file = \
- mod/libforce_usempif08_internal_modules_to_be_built.la
44
+ mod/libforce_usempif08_internal_modules_to_be_built.la \
45
+ bindings/libforce_usempif08_internal_bindings_to_be_built.la
46
47
mpi-f08.lo: $(module_sentinel_file)
48
mpi-f08.lo: mpi-f08.F90
0 commit comments