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

Tweak makefile.am to support parallel make.

parent 5a4d13bb
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ BUILT_SOURCES = \ ...@@ -72,7 +72,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_LIBADD = $(top_builddir)/src/api/libslurm.la libpmi_la_LIBADD = 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