Skip to content

Commit

Permalink
[build] Remove double LIBBITCOIN_SERVER linking (bitcoin#17910)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLTZ committed Jan 21, 2020
1 parent 2ae3e95 commit af16195
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -585,12 +585,9 @@ if TARGET_WINDOWS
litecoinzd_SOURCES += bitcoind-res.rc
endif

# Libraries below may be listed more than once to resolve circular dependencies (see
# https://eli.thegreenplace.net/2013/07/09/library-order-in-static-linking#circular-dependency)
litecoinzd_LDADD = \
$(LIBBITCOIN_SERVER) \
$(LIBBITCOIN_WALLET) \
$(LIBBITCOIN_SERVER) \
$(LIBBITCOIN_COMMON) \
$(LIBUNIVALUE) \
$(LIBBITCOIN_UTIL) \
Expand Down

0 comments on commit af16195

Please sign in to comment.