aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-12-21 01:39:59 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-12-21 01:34:54 +0100
commitfa89581860b303bbcff9590d096dcace8fd43503 (patch)
tree0b7294e40db95a89f2713f13428e3c58b70975bf /src/Makefile.am
parent5a70572049d0e8a2e9228e7acf0e07d61996c33c (diff)
downloadbitcoin-fa89581860b303bbcff9590d096dcace8fd43503.tar.xz
build: Include cuckoocache header in Makefile
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 c7124c3ef9..89b90e6dff 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 \