From 2f3ecb4422d6976967090f35a030339049b5a823 Mon Sep 17 00:00:00 2001 From: Kevin Gallagher Date: Fri, 14 Oct 2016 22:15:56 -0700 Subject: [PATCH] Adds zcbenchmarks.h to libbitcoin_wallet_a_SOURCES --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 6dd614c2d..9f8a18189 100644 --- a/src/Makefile.am +++ b/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 \