1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 14:58:01 +00:00
sgminer/compat/jansson/Makefile.am

22 lines
382 B
Makefile
Raw Normal View History

2013-08-26 11:57:29 +00:00
EXTRA_DIST = jansson.def
include_HEADERS = jansson.h jansson_config.h
noinst_LIBRARIES = libjansson.a
libjansson_a_SOURCES = \
dump.c \
2013-08-26 11:57:29 +00:00
error.c \
hashtable.c \
hashtable.h \
jansson_private.h \
load.c \
2013-08-26 11:57:29 +00:00
memory.c \
pack_unpack.c \
strbuffer.c \
strbuffer.h \
2013-08-26 11:57:29 +00:00
strconv.c \
utf.c \
utf.h \
2013-08-26 11:57:29 +00:00
value.c