You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
SUBDIRS = jansson-2.6
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libckpool.la
|
|
|
|
libckpool_la_SOURCES = libckpool.c libckpool.h sha2.c sha2.h
|
|
|
|
libckpool_la_LIBADD = @PTHREAD_LIBS@ @MATH_LIBS@ @RT_LIBS@
|
|
|
|
|
|
|
|
bin_PROGRAMS = ckpool
|
|
|
|
ckpool_SOURCES = ckpool.c ckpool.h generator.c generator.h bitcoin.c bitcoin.h \
|
|
|
|
stratifier.c stratifier.h connector.c connector.h uthash.h \
|
|
|
|
utlist.h
|
|
|
|
ckpool_LDADD = libckpool.la @JANSSON_LIBS@
|