aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2015-02-05 01:11:44 +0100
committerJorge Timón <jtimon@jtimon.cc>2015-03-24 17:21:41 +0100
commit26c16d9de9874ad2f5fe28377b838a19a558639d (patch)
treeb717b2b494657038684a4259d66b1904858b9b42 /src/Makefile.am
parent22cfe23196c5006d6dd79e1e1a24323148246bde (diff)
downloadbitcoin-26c16d9de9874ad2f5fe28377b838a19a558639d.tar.xz
Includes: Refactor: Move CValidationInterface and CMainSignals out of main
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2c607c632e..1b3e0d9d5b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -138,6 +138,7 @@ BITCOIN_CORE_H = \
utilmoneystr.h \
utilstrencodings.h \
utiltime.h \
+ validationinterface.h \
version.h \
wallet/crypter.h \
wallet/walletdb.h \
@@ -191,6 +192,7 @@ libbitcoin_server_a_SOURCES = \
timedata.cpp \
txdb.cpp \
txmempool.cpp \
+ validationinterface.cpp \
$(JSON_H) \
$(BITCOIN_CORE_H)