@@ -74,7 +74,6 @@ src_libbitcoin_system_la_SOURCES = \
7474 src/crypto/der_parser.cpp \
7575 src/crypto/ec_context.cpp \
7676 src/crypto/ec_context.hpp \
77- src/crypto/golomb_coding.cpp \
7877 src/crypto/pseudo_random.cpp \
7978 src/crypto/ring_signature.cpp \
8079 src/crypto/secp256k1.cpp \
@@ -87,6 +86,7 @@ src_libbitcoin_system_la_SOURCES = \
8786 src/error/op_error_t.cpp \
8887 src/error/script_error_t.cpp \
8988 src/error/transaction_error_t.cpp \
89+ src/filter/golomb_coding.cpp \
9090 src/hash/accumulator.cpp \
9191 src/hash/checksum.cpp \
9292 src/hash/siphash.cpp \
@@ -495,7 +495,6 @@ include_bitcoin_system_crypto_HEADERS = \
495495 include/bitcoin/system/crypto/aes256.hpp \
496496 include/bitcoin/system/crypto/crypto.hpp \
497497 include/bitcoin/system/crypto/der_parser.hpp \
498- include/bitcoin/system/crypto/golomb_coding.hpp \
499498 include/bitcoin/system/crypto/pseudo_random.hpp \
500499 include/bitcoin/system/crypto/ring_signature.hpp \
501500 include/bitcoin/system/crypto/secp256k1.hpp
@@ -542,6 +541,11 @@ include_bitcoin_system_error_HEADERS = \
542541 include/bitcoin/system/error/script_error_t.hpp \
543542 include/bitcoin/system/error/transaction_error_t.hpp
544543
544+ include_bitcoin_system_filterdir = ${includedir}/bitcoin/system/filter
545+ include_bitcoin_system_filter_HEADERS = \
546+ include/bitcoin/system/filter/filter.hpp \
547+ include/bitcoin/system/filter/golomb_coding.hpp
548+
545549include_bitcoin_system_hashdir = ${includedir}/bitcoin/system/hash
546550include_bitcoin_system_hash_HEADERS = \
547551 include/bitcoin/system/hash/accumulator.hpp \
0 commit comments