Skip to content

Commit

Permalink
various trivial cleanup fixes (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 authored Jul 3, 2017
1 parent b0843c3 commit 96f0d6e
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 587 deletions.
20 changes: 11 additions & 9 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,16 @@ crypto_libbitcoin_crypto_a_SOURCES = \
crypto/hmac_sha512.h \
crypto/ripemd160.cpp \
crypto/aes_helper.c \
crypto/ripemd160.h \
crypto/sha1.cpp \
crypto/sha1.h \
crypto/sha256.cpp \
crypto/sha256.h \
crypto/sha512.cpp \
crypto/sha512.h

# x11
crypto_libbitcoin_crypto_a_SOURCES += \
crypto/blake.c \
crypto/bmw.c \
crypto/cubehash.c \
Expand All @@ -306,12 +316,6 @@ crypto_libbitcoin_crypto_a_SOURCES = \
crypto/shavite.c \
crypto/simd.c \
crypto/skein.c \
crypto/ripemd160.h \
crypto/sha1.cpp \
crypto/sha1.h \
crypto/sha256.cpp \
crypto/sha256.h \
crypto/sha512.h \
crypto/sph_blake.h \
crypto/sph_bmw.h \
crypto/sph_cubehash.h \
Expand All @@ -323,9 +327,7 @@ crypto_libbitcoin_crypto_a_SOURCES = \
crypto/sph_shavite.h \
crypto/sph_simd.h \
crypto/sph_skein.h \
crypto/sph_types.h \
crypto/sha512.cpp \
crypto/sha512.h
crypto/sph_types.h

# common: shared between dashd, and dash-qt and non-server tools
libbitcoin_common_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
Expand Down
Loading

0 comments on commit 96f0d6e

Please sign in to comment.