aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-10-18 19:53:37 +0200
committerjtimon <jtimon@blockstream.io>2014-10-27 13:54:37 +0100
commit999a2ab41ec96311c145d74822c246a3b92a9b33 (patch)
tree0074ad1e89eeba1150d9470f29ba901e087c300d /src/Makefile.am
parent4a3587d8db9f651866ce70312ac9de11316b42c9 (diff)
downloadbitcoin-999a2ab41ec96311c145d74822c246a3b92a9b33.tar.xz
MOVEONLY: separate CTxUndo out of core
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5485127e68..6d0e1ed7b8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -119,6 +119,7 @@ BITCOIN_CORE_H = \
txmempool.h \
ui_interface.h \
uint256.h \
+ undo.h \
util.h \
utilstrencodings.h \
utilmoneystr.h \