Skip to content
Snippets Groups Projects
Commit debbbe83 authored by Mark Grondona's avatar Mark Grondona
Browse files

o move slurm_cred.[ch] into libcommon for now (pack/unpack routines are

   needed there)
parent f6146750
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ endif ...@@ -14,7 +14,6 @@ endif
noinst_LTLIBRARIES = \ noinst_LTLIBRARIES = \
libcommon.la \ libcommon.la \
libdaemonize.la \ libdaemonize.la \
libcred.la \
libhostlist.la \ libhostlist.la \
libeio.la libeio.la
...@@ -36,6 +35,8 @@ libcommon_la_SOURCES = \ ...@@ -36,6 +35,8 @@ libcommon_la_SOURCES = \
plugin.c plugin.h \ plugin.c plugin.h \
plugrack.c plugrack.h \ plugrack.c plugrack.h \
read_config.c read_config.h \ read_config.c read_config.h \
slurm_cred.h \
slurm_cred.c \
slurm_errno.c \ slurm_errno.c \
slurm_protocol_api.c \ slurm_protocol_api.c \
slurm_protocol_api.h \ slurm_protocol_api.h \
...@@ -59,9 +60,6 @@ libdaemonize_la_SOURCES = \ ...@@ -59,9 +60,6 @@ libdaemonize_la_SOURCES = \
daemonize.h \ daemonize.h \
fd.c fd.h fd.c fd.h
libcred_la_SOURCES = \
slurm_cred.h \
slurm_cred.c
libhostlist_la_SOURCES = \ libhostlist_la_SOURCES = \
hostlist.c hostlist.h hostlist.c hostlist.h
...@@ -73,5 +71,4 @@ EXTRA_libcommon_la_SOURCES = \ ...@@ -73,5 +71,4 @@ EXTRA_libcommon_la_SOURCES = \
qsw.c qsw.h qsw.c qsw.h
libcommon_la_LIBADD = $(SSL_LIBS) $(ELAN_LIBS) libcommon_la_LIBADD = $(SSL_LIBS) $(ELAN_LIBS)
libcred_la_LIBADD = $(SSL_LIBS) libcommon_la_LDFLAGS = $(SSL_LDFLAGS)
libcred_la_LDFLAGS = $(SSL_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