From b8f66852483542326de8c5705a3e36242347ad12 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 8 Jun 2020 13:45:20 +1000 Subject: [PATCH] Add sha256 assembly code to make dists. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index af0338e3..4c6d7ef0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ endif yasm -f x64 -f elf64 -X gnu -g dwarf2 -D LINUX -o $@ $< noinst_LIBRARIES = libckpool.a -libckpool_a_SOURCES = libckpool.c libckpool.h sha2.c sha2.h +libckpool_a_SOURCES = libckpool.c libckpool.h sha2.c sha2.h sha256_code_release libckpool_a_LIBADD = $(native_objs) bin_PROGRAMS = ckpool ckpmsg notifier