aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2014-08-19 00:49:31 -0400
committerJeff Garzik <[email protected]>2014-08-19 00:49:31 -0400
commit03673295496888839bc928c59f4291b6e2b2fbb1 (patch)
tree2e0f971a5ccde662d538ae301dcfea151e29facf /src/Makefile.am
parentMerge pull request #4704 (diff)
parentUnivalue: Do not build JSON escape list at runtime (diff)
downloaddiscoin-03673295496888839bc928c59f4291b6e2b2fbb1.tar.xz
discoin-03673295496888839bc928c59f4291b6e2b2fbb1.zip
Merge branch '2014_univalue_warn' into merge-PR4715
Merge pull request #4715
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 6292b5d61..9a8aeabdd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -185,6 +185,7 @@ univalue_libbitcoin_univalue_a_SOURCES = \
univalue/univalue.cpp \
univalue/univalue_read.cpp \
univalue/univalue_write.cpp \
+ univalue/univalue_escapes.h \
univalue/univalue.h
# common: shared between bitcoind, and bitcoin-qt and non-server tools