2014-11-22 15:10:02 +01:00
|
|
|
|
|
|
|
noinst_LIBRARIES = libjansson.a
|
|
|
|
|
|
|
|
libjansson_a_SOURCES = \
|
2014-11-23 21:49:09 +01:00
|
|
|
jansson_private_config.h \
|
2014-11-22 15:10:02 +01:00
|
|
|
dump.c \
|
|
|
|
error.c \
|
|
|
|
hashtable.c hashtable.h \
|
|
|
|
jansson.h \
|
|
|
|
jansson_config.h \
|
|
|
|
jansson_private.h \
|
|
|
|
load.c \
|
|
|
|
memory.c \
|
|
|
|
pack_unpack.c \
|
|
|
|
strbuffer.c strbuffer.h \
|
|
|
|
strconv.c \
|
|
|
|
utf.c utf.h \
|
|
|
|
util.h \
|
|
|
|
value.c
|
|
|
|
|