Skip to content

Commit a9beb77

Browse files
committed
Include Makefile.ompi-rules in c binding makefile
Signed-off-by: Jake Tronge <jtronge@lanl.gov>
1 parent 12d81b5 commit a9beb77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ompi/mpi/c/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
# layer, if weak symbols can't be used to alias the MPI_ namespace
3535
# into the PMPI_ namespace.
3636

37+
include $(top_srcdir)/Makefile.ompi-rules
38+
3739
noinst_LTLIBRARIES = libmpi_c.la libmpi_c_profile.la
3840
if BUILD_MPI_BINDINGS_LAYER
3941
noinst_LTLIBRARIES += libmpi_c_noprofile.la

0 commit comments

Comments
 (0)