From 7553b173b7acb65f91f351e331cd044d3889bea8 Mon Sep 17 00:00:00 2001 From: Kevin Gallagher Date: Fri, 14 Oct 2016 21:48:18 -0700 Subject: [PATCH] Add alertkeys.h to libbitcoin_server_a_SOURCES --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 3850b802d..e3ca4587b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -195,6 +195,7 @@ libbitcoin_server_a_SOURCES = \ sendalert.cpp \ addrman.cpp \ alert.cpp \ + alertkeys.h \ asyncrpcoperation.cpp \ asyncrpcqueue.cpp \ bloom.cpp \