Browse Source

Add sha256 assembly code to make dists.

master
Con Kolivas 5 years ago
parent
commit
b8f6685248
  1. 2
      src/Makefile.am

2
src/Makefile.am

@ -19,7 +19,7 @@ endif
yasm -f x64 -f elf64 -X gnu -g dwarf2 -D LINUX -o $@ $< yasm -f x64 -f elf64 -X gnu -g dwarf2 -D LINUX -o $@ $<
noinst_LIBRARIES = libckpool.a 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) libckpool_a_LIBADD = $(native_objs)
bin_PROGRAMS = ckpool ckpmsg notifier bin_PROGRAMS = ckpool ckpmsg notifier

Loading…
Cancel
Save