Skip to content

Commit

Permalink
Enable libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
barton2526 committed Oct 21, 2021
1 parent 96fa036 commit 66b7bbe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,22 @@ crypto_libgridcoin_crypto_base_a_SOURCES = \
crypto/hmac_sha256.h \
crypto/hmac_sha512.cpp \
crypto/hmac_sha512.h \
crypto/poly1305.h \
crypto/poly1305.cpp \
crypto/ripemd160.cpp \
crypto/ripemd160.h \
crypto/sha1.cpp \
crypto/sha1.h \
crypto/sha256.cpp \
crypto/sha256.h \
crypto/sha256_avx2.cpp \
crypto/sha256_shani.cpp \
crypto/sha256_sse4.cpp \
crypto/sha256_sse41.cpp \
crypto/sha512.cpp \
crypto/sha512.h
crypto/sha512.h \
crypto/siphash.cpp \
crypto/siphash.h

if USE_ASM
crypto_libgridcoin_crypto_base_a_SOURCES += crypto/sha256_sse4.cpp
Expand Down

0 comments on commit 66b7bbe

Please sign in to comment.