Skip to content

Commit

Permalink
Merge pull request Sandia-OpenSHMEM#1155 from davidozog/pr/pmi_simple…
Browse files Browse the repository at this point in the history
…_ldflags

configury: add -lpmi_simple to AM_LDFLAGS
  • Loading branch information
davidozog authored Oct 21, 2024
2 parents b966c39 + 30b28c9 commit 155877a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ endif

if USE_PMI_SIMPLE
AM_CPPFLAGS += -I$(top_srcdir)/pmi-simple
AM_LDFLAGS = -L$(top_builddir)/pmi-simple -lpmi_simple
libsma_la_SOURCES += \
runtime-pmi.c
else
Expand Down

0 comments on commit 155877a

Please sign in to comment.