aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpencer Lievens <spencerlievens@users.noreply.github.com>2017-04-30 13:25:39 +0200
committerGitHub <noreply@github.com>2017-04-30 13:25:39 +0200
commit56f09df9d81ce635323f5eefc28f328284004203 (patch)
treeaa85bd535cac93dc042a986397f1a6f4d4721feb
parent80c3a734298e824f9321c4efdd446086a3baad89 (diff)
downloadbitcoin-56f09df9d81ce635323f5eefc28f328284004203.tar.xz
[Makefile] Alphabetically Reorder addrdb.cpp
To keep conformity.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cb88171348..c4f933dae1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -178,8 +178,8 @@ libbitcoin_util_a-clientversion.$(OBJEXT): obj/build.h
libbitcoin_server_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(MINIUPNPC_CPPFLAGS) $(EVENT_CFLAGS) $(EVENT_PTHREADS_CFLAGS)
libbitcoin_server_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libbitcoin_server_a_SOURCES = \
- addrman.cpp \
addrdb.cpp \
+ addrman.cpp \
bloom.cpp \
blockencodings.cpp \
chain.cpp \