aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBtcDrak <btcdrak@gmail.com>2016-03-07 19:44:09 +0000
committerBtcDrak <btcdrak@gmail.com>2016-03-18 19:33:59 +0000
commitbbb9d1d1231099122a5b0ad5dd86f3f93ce22724 (patch)
treefeed9074ee27fb927b7b143aafc50f68c11a38aa /src/Makefile.am
parent73b7eb501e6498e911321131e58ae7fbec6bc5ed (diff)
downloadbitcoin-bbb9d1d1231099122a5b0ad5dd86f3f93ce22724.tar.xz
Remove p2p alert handling
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7765ea43ed..6ad7aabae0 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 \