Skip to content
Snippets Groups Projects
Commit 894869f8 authored by tewk's avatar tewk
Browse files

added HAVE_ELAN conditionnal

parent 6f05bf0a
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,12 @@
AUTOMAKE_OPTIONS = foreign
if WITH_ELAN
interconnect_lib = libelan_interconnect.a
else
interconnect_lib = libno_interconnect.a
endif
sbin_PROGRAMS = slurmd
noinst_LIBRARIES = libelan_interconnect.a libno_interconnect.a
......@@ -19,7 +25,8 @@ slurmd_SOURCES = slurmd.c \
credential_utils.c \
signature_utils.c \
io.c \
pipes.c
pipes.c \
$(interconnect_lib)
libelan_interconnect_a_SOURCES = elan_interconnect.c
libno_interconnect_a_SOURCES = no_interconnect.c
......
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