diff options
| author | Jorge Timón <[email protected]> | 2015-02-05 01:11:44 +0100 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-03-24 17:21:41 +0100 |
| commit | 26c16d9de9874ad2f5fe28377b838a19a558639d (patch) | |
| tree | b717b2b494657038684a4259d66b1904858b9b42 /src/Makefile.am | |
| parent | Merge pull request #5890 (diff) | |
| download | discoin-26c16d9de9874ad2f5fe28377b838a19a558639d.tar.xz discoin-26c16d9de9874ad2f5fe28377b838a19a558639d.zip | |
Includes: Refactor: Move CValidationInterface and CMainSignals out of main
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2c607c632..1b3e0d9d5 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) |