diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-22 15:08:30 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-10-22 15:21:06 -0400 |
commit | fa7361907a0a5d6698bb7e8e45fa5ac034b81066 (patch) | |
tree | ab9b6037f55bde2a5f6b9a9bb695fc512d055543 /src/Makefile.am | |
parent | 25cc1cf8dc03b9ba0ae886d354855adc207b5b6e (diff) |
boost: split stream classes out of serialize.h
serialization now has no dependencies.
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 155adfef7d..77443686db 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -107,6 +107,7 @@ BITCOIN_CORE_H = \ script/sign.h \ script/standard.h \ serialize.h \ + streams.h \ sync.h \ threadsafety.h \ timedata.h \ |