Browse Source

Adds zcbenchmarks.h to libbitcoin_wallet_a_SOURCES

pull/4/head
Kevin Gallagher 8 years ago
committed by Jack Grigg
parent
commit
2f3ecb4422
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 1
      src/Makefile.am

1
src/Makefile.am

@ -231,6 +231,7 @@ libbitcoin_server_a_SOURCES = \
libbitcoin_wallet_a_CPPFLAGS = $(BITCOIN_INCLUDES)
libbitcoin_wallet_a_SOURCES = \
zcbenchmarks.cpp \
zcbenchmarks.h \
wallet/asyncrpcoperation_sendmany.cpp \
wallet/crypter.cpp \
wallet/db.cpp \

Loading…
Cancel
Save