diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-03-25 11:34:28 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-26 10:22:01 +0100 |
| commit | dfd399621751343a3b188fa3c3693701e7822158 (patch) | |
| tree | c321d884c298d28627251c3a62a8dbc293680150 /src | |
| parent | Fix test build after d138598 (diff) | |
| download | discoin-dfd399621751343a3b188fa3c3693701e7822158.tar.xz discoin-dfd399621751343a3b188fa3c3693701e7822158.zip | |
Remove duplicate from src/makefile.am
chainparams.cpp should not be in both libbitcoin_common and
libbitcoin_server. Also re-sort the sources list.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index da842a9e6..c725c4f1c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -90,9 +90,7 @@ version.o: obj/build.h libbitcoin_server_a_SOURCES = \ addrman.cpp \ alert.cpp \ - rpcserver.cpp \ bloom.cpp \ - chainparams.cpp \ checkpoints.cpp \ coins.cpp \ init.cpp \ @@ -107,6 +105,7 @@ libbitcoin_server_a_SOURCES = \ rpcmisc.cpp \ rpcnet.cpp \ rpcrawtransaction.cpp \ + rpcserver.cpp \ txdb.cpp \ txmempool.cpp \ $(JSON_H) \ |