Skip to content

Commit

Permalink
configury: add -lpmi_simple to AM_LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozog, David M committed Oct 16, 2024
1 parent b966c39 commit 30b28c9
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 30b28c9

Please sign in to comment.