commit | 6cd5931b81fb62dc2073fdb3664dcb3bd832c9ee | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Aug 21 17:56:13 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Aug 21 17:56:13 2013 -0700 |
tree | 155f5f0c07e32a74181d442bbe53960d0a15faa2 | |
parent | 8b173cc231a0c8698814a195d2482d6ecd53254c [diff] [blame] |
Added node.cpp
diff --git a/Makefile.am b/Makefile.am index 091e5d1..aecd075 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -48,6 +48,7 @@ ndn-cpp/key.cpp ndn-cpp/c/key.h ndn-cpp/key.hpp \ ndn-cpp/face.cpp ndn-cpp/face.hpp \ ndn-cpp/name.cpp ndn-cpp/c/name.h ndn-cpp/name.hpp \ + ndn-cpp/node.cpp ndn-cpp/node.hpp \ ndn-cpp/publisher-public-key-digest.hpp \ ndn-cpp/c/encoding/binary-xml.h \ ndn-cpp/c/encoding/binary-xml-decoder.h ndn-cpp/encoding/binary-xml-decoder.hpp \