diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2014-08-19 00:49:31 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2014-08-19 00:49:31 -0400 |
commit | 03673295496888839bc928c59f4291b6e2b2fbb1 (patch) | |
tree | 2e0f971a5ccde662d538ae301dcfea151e29facf /src/Makefile.am | |
parent | a4f151f714d67da7850d94d44b824944d3f0d74d (diff) | |
parent | 3cceba7abb22133fcaea8d4f7aaed345f0e48009 (diff) |
Merge branch '2014_univalue_warn' into merge-PR4715
Merge pull request #4715
Diffstat (limited to 'src/Makefile.am')
-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 6292b5d613..9a8aeabddf 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 |