diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-21 11:47:10 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-10-21 11:48:18 +0200 |
commit | 1ae5839ff024096c65e1590084f2720fa08d3e23 (patch) | |
tree | cf001d4dff838416239b579d75cd6f4bc08e468f /src/Makefile.am | |
parent | 0e228557f239d8e43bf94b19b3a96240e7a75359 (diff) |
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 e7f1d82b8b..ab3104ec63 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 \ |