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

added several sources to libcommon

parent cb614734
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,22 @@ AUTOMAKE_OPTIONS = foreign ...@@ -11,9 +11,22 @@ AUTOMAKE_OPTIONS = foreign
noinst_LIBRARIES = libcommon.a noinst_LIBRARIES = libcommon.a
libcommon_a_SOURCES = bits_bytes.c list.c libcommon_a_SOURCES = xmalloc.c \
xassert.c \
noinst_HEADERS = list.h slurm.h slurmlib.h xstring.c \
strlcpy.c \
list.c \
log.c \
bits_bytes.c
noinst_HEADERS = xmalloc.h \
xassert.h \
xstring.h \
list.h \
log.h \
strlcpy.h \
slurm.h \
slurmlib.h
# target specific CFLAGS do not work until automake 1.5, use explicit rules # target specific CFLAGS do not work until automake 1.5, use explicit rules
# for now. If we ever move to 1.5, the CFLAGS defs below should work in # for now. If we ever move to 1.5, the CFLAGS defs below should work in
......
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