From 30b28c98d7d181b7ea3efb6937c424adaaa62abc Mon Sep 17 00:00:00 2001 From: "Ozog, David M" Date: Tue, 15 Oct 2024 11:09:15 -0700 Subject: [PATCH] configury: add -lpmi_simple to AM_LDFLAGS --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 427b0387e..752802d4c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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