diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2016-05-31 17:25:03 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2016-07-31 14:01:44 -0400 |
commit | 21e5b96ff417f304e624052f629e2b030984180f (patch) | |
tree | cd1f5a9592afc64ac48c12337ad4943f9fc8c907 /src/Makefile.am | |
parent | 1017b8a960d8bca41adebdad9982511a479689ce (diff) |
net: move CNetAddr/CService/CSubNet out of netbase
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e3eaacdb4c..0a35a052c2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -106,6 +106,7 @@ BITCOIN_CORE_H = \ miner.h \ net.h \ netbase.h \ + netaddress.h \ noui.h \ policy/fees.h \ policy/policy.h \ @@ -289,6 +290,7 @@ libbitcoin_common_a_SOURCES = \ core_write.cpp \ key.cpp \ keystore.cpp \ + netaddress.cpp \ netbase.cpp \ protocol.cpp \ scheduler.cpp \ |