Skip to content
Snippets Groups Projects
Commit 83b752e6 authored by Moe Jette's avatar Moe Jette
Browse files

Fix libpmi dependency information for clean linking.

parent 7811b38c
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ BUILT_SOURCES = \ ...@@ -70,7 +70,7 @@ BUILT_SOURCES = \
common_dir = $(top_builddir)/src/common common_dir = $(top_builddir)/src/common
libslurm_la_LIBADD = $(common_dir)/libcommon.la -lpthread libslurm_la_LIBADD = $(common_dir)/libcommon.la -lpthread
libpmi_la_LIBADDR = $(common_dir)/libpmi.la -lpthread libpmi_la_LIBADD = $(top_builddir)/src/api/libslurm.la
libslurm_la_LDFLAGS = \ libslurm_la_LDFLAGS = \
$(LIB_LDFLAGS) \ $(LIB_LDFLAGS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment