diff --git a/src/plugins/mpi/pmix/Makefile.am b/src/plugins/mpi/pmix/Makefile.am index 406f92fd9ae4532e69ab29cd426619193918814e..4d6e58a213fcc8dce59d5bf5426e58706c03a41d 100644 --- a/src/plugins/mpi/pmix/Makefile.am +++ b/src/plugins/mpi/pmix/Makefile.am @@ -24,7 +24,7 @@ pmix_internal_libs = \ $(top_builddir)/src/slurmd/common/libslurmd_reverse_tree_math.la pmix_ldflags = $(PLUGIN_FLAGS) $(HWLOC_LDFLAGS) $(UCX_LDFLAGS) -pmix_libadd = $(pmix_internal_libs) $(PMIX_LIBS) $(HWLOC_LIBS) $(UCX_LIBS) +pmix_libadd = $(pmix_internal_libs) $(HWLOC_LIBS) $(UCX_LIBS) # pkglib_v#dir is needed in each one of the below because of the way we # use pkglib_v#_LTLIBRARIES even though it is the same for each one it still diff --git a/src/plugins/mpi/pmix/Makefile.in b/src/plugins/mpi/pmix/Makefile.in index 13d227ac3c42ae05bf74973b8dd011140cb02089..45d2a9c8b4055ce19a815540c574d71a628850e5 100644 --- a/src/plugins/mpi/pmix/Makefile.in +++ b/src/plugins/mpi/pmix/Makefile.in @@ -583,7 +583,7 @@ pmix_internal_libs = \ $(top_builddir)/src/slurmd/common/libslurmd_reverse_tree_math.la pmix_ldflags = $(PLUGIN_FLAGS) $(HWLOC_LDFLAGS) $(UCX_LDFLAGS) -pmix_libadd = $(pmix_internal_libs) $(PMIX_LIBS) $(HWLOC_LIBS) $(UCX_LIBS) +pmix_libadd = $(pmix_internal_libs) $(HWLOC_LIBS) $(UCX_LIBS) # pkglib_v#dir is needed in each one of the below because of the way we # use pkglib_v#_LTLIBRARIES even though it is the same for each one it still