diff options
| author | BtcDrak <[email protected]> | 2016-03-07 19:44:09 +0000 |
|---|---|---|
| committer | BtcDrak <[email protected]> | 2016-03-18 19:33:59 +0000 |
| commit | bbb9d1d1231099122a5b0ad5dd86f3f93ce22724 (patch) | |
| tree | feed9074ee27fb927b7b143aafc50f68c11a38aa /src/Makefile.am | |
| parent | Merge #7575: Minimal BIP9 implementation (diff) | |
| download | discoin-bbb9d1d1231099122a5b0ad5dd86f3f93ce22724.tar.xz discoin-bbb9d1d1231099122a5b0ad5dd86f3f93ce22724.zip | |
Remove p2p alert handling
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7765ea43e..6ad7aabae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -87,7 +87,6 @@ endif # bitcoin core # BITCOIN_CORE_H = \ addrman.h \ - alert.h \ base58.h \ bloom.h \ chain.h \ @@ -176,7 +175,6 @@ libbitcoin_server_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(MINIUPNPC_CP libbitcoin_server_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) libbitcoin_server_a_SOURCES = \ addrman.cpp \ - alert.cpp \ bloom.cpp \ chain.cpp \ checkpoints.cpp \ |