diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-12-21 09:26:29 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-12-21 09:26:35 +0100 |
| commit | 03d85f6644ccd78ad390933a60a6aa3a987cab10 (patch) | |
| tree | 2e530a501c0f2b9a7a8d8c10b68bbd21eec93db5 /src | |
| parent | Merge #9376: Remove unused test files and references (diff) | |
| parent | build: Include cuckoocache header in Makefile (diff) | |
| download | discoin-03d85f6644ccd78ad390933a60a6aa3a987cab10.tar.xz discoin-03d85f6644ccd78ad390933a60a6aa3a987cab10.zip | |
Merge #9393: build: Include cuckoocache header in Makefile
fa89581 build: Include cuckoocache header in Makefile (MarcoFalke)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c7124c3ef..89b90e6df 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,6 +97,7 @@ BITCOIN_CORE_H = \ consensus/consensus.h \ core_io.h \ core_memusage.h \ + cuckoocache.h \ httprpc.h \ httpserver.h \ indirectmap.h \ |