diff options
| author | Jeff Garzik <[email protected]> | 2014-08-19 00:49:31 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-08-19 00:49:31 -0400 |
| commit | 03673295496888839bc928c59f4291b6e2b2fbb1 (patch) | |
| tree | 2e0f971a5ccde662d538ae301dcfea151e29facf /src/Makefile.am | |
| parent | Merge pull request #4704 (diff) | |
| parent | Univalue: Do not build JSON escape list at runtime (diff) | |
| download | discoin-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.am | 1 |
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 |