diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-10-21 11:47:10 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-10-21 11:48:18 +0200 |
| commit | 1ae5839ff024096c65e1590084f2720fa08d3e23 (patch) | |
| tree | cf001d4dff838416239b579d75cd6f4bc08e468f /src/Makefile.am | |
| parent | Merge #8980: RPC: importmulti: Avoid using boost::variant::operator!=, which ... (diff) | |
| download | discoin-1ae5839ff024096c65e1590084f2720fa08d3e23.tar.xz discoin-1ae5839ff024096c65e1590084f2720fa08d3e23.zip | |
moveonly: move `coincontrol` to `src/wallet`
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e7f1d82b8..ab3104ec6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -87,7 +87,6 @@ BITCOIN_CORE_H = \ checkpoints.h \ checkqueue.h \ clientversion.h \ - coincontrol.h \ coins.h \ compat.h \ compat/byteswap.h \ @@ -147,6 +146,7 @@ BITCOIN_CORE_H = \ utiltime.h \ validationinterface.h \ versionbits.h \ + wallet/coincontrol.h \ wallet/crypter.h \ wallet/db.h \ wallet/rpcwallet.h \ |