Skip to content

Commit fa4695d

Browse files
author
MarcoFalke
committed
build: Sort Makefile.am after renaming file
1 parent cccc278 commit fa4695d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Makefile.am

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ BITCOIN_CORE_H = \
110110
banman.h \
111111
base58.h \
112112
bech32.h \
113-
bloom.h \
114113
blockencodings.h \
115114
blockfilter.h \
115+
bloom.h \
116116
chain.h \
117117
chainparams.h \
118118
chainparamsbase.h \
@@ -133,6 +133,7 @@ BITCOIN_CORE_H = \
133133
core_io.h \
134134
core_memusage.h \
135135
cuckoocache.h \
136+
dbwrapper.h \
136137
flatfile.h \
137138
fs.h \
138139
httprpc.h \
@@ -148,7 +149,6 @@ BITCOIN_CORE_H = \
148149
interfaces/wallet.h \
149150
key.h \
150151
key_io.h \
151-
dbwrapper.h \
152152
limitedmap.h \
153153
logging.h \
154154
logging/timer.h \
@@ -167,6 +167,7 @@ BITCOIN_CORE_H = \
167167
node/context.h \
168168
node/psbt.h \
169169
node/transaction.h \
170+
node/ui_interface.h \
170171
node/utxo_snapshot.h \
171172
noui.h \
172173
optional.h \
@@ -206,13 +207,12 @@ BITCOIN_CORE_H = \
206207
support/events.h \
207208
support/lockedpool.h \
208209
sync.h \
209-
threadsafety.h \
210210
threadinterrupt.h \
211+
threadsafety.h \
211212
timedata.h \
212213
torcontrol.h \
213214
txdb.h \
214215
txmempool.h \
215-
node/ui_interface.h \
216216
undo.h \
217217
util/asmap.h \
218218
util/bip32.h \
@@ -221,16 +221,16 @@ BITCOIN_CORE_H = \
221221
util/error.h \
222222
util/fees.h \
223223
util/golombrice.h \
224-
util/spanparsing.h \
225-
util/system.h \
226224
util/macros.h \
227225
util/memory.h \
228226
util/message.h \
229227
util/moneystr.h \
230228
util/rbf.h \
231229
util/ref.h \
232230
util/settings.h \
231+
util/spanparsing.h \
233232
util/string.h \
233+
util/system.h \
234234
util/threadnames.h \
235235
util/time.h \
236236
util/translation.h \
@@ -241,9 +241,9 @@ BITCOIN_CORE_H = \
241241
validationinterface.h \
242242
versionbits.h \
243243
versionbitsinfo.h \
244-
walletinitinterface.h \
245244
wallet/bdb.h \
246245
wallet/coincontrol.h \
246+
wallet/coinselection.h \
247247
wallet/context.h \
248248
wallet/crypter.h \
249249
wallet/db.h \
@@ -258,7 +258,7 @@ BITCOIN_CORE_H = \
258258
wallet/walletdb.h \
259259
wallet/wallettool.h \
260260
wallet/walletutil.h \
261-
wallet/coinselection.h \
261+
walletinitinterface.h \
262262
warnings.h \
263263
zmq/zmqabstractnotifier.h \
264264
zmq/zmqconfig.h\
@@ -287,16 +287,16 @@ libbitcoin_server_a_SOURCES = \
287287
blockfilter.cpp \
288288
chain.cpp \
289289
consensus/tx_verify.cpp \
290+
dbwrapper.cpp \
290291
flatfile.cpp \
291292
httprpc.cpp \
292293
httpserver.cpp \
293294
index/base.cpp \
294295
index/blockfilterindex.cpp \
295296
index/txindex.cpp \
297+
init.cpp \
296298
interfaces/chain.cpp \
297299
interfaces/node.cpp \
298-
init.cpp \
299-
dbwrapper.cpp \
300300
miner.cpp \
301301
net.cpp \
302302
net_processing.cpp \
@@ -305,6 +305,7 @@ libbitcoin_server_a_SOURCES = \
305305
node/context.cpp \
306306
node/psbt.cpp \
307307
node/transaction.cpp \
308+
node/ui_interface.cpp \
308309
noui.cpp \
309310
policy/fees.cpp \
310311
policy/rbf.cpp \
@@ -323,7 +324,6 @@ libbitcoin_server_a_SOURCES = \
323324
torcontrol.cpp \
324325
txdb.cpp \
325326
txmempool.cpp \
326-
node/ui_interface.cpp \
327327
validation.cpp \
328328
validationinterface.cpp \
329329
versionbits.cpp \

0 commit comments

Comments
 (0)