commit | 08d562948476a101492405fcf1cccb31e69f59bf | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Jun 27 18:20:44 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Jun 27 18:20:44 2013 -0700 |
tree | f167e1c97ab363ad06451f5a5b5300054f52059c | |
parent | 00dc6e0a4e7e1e7843fb70fe8fb4012c8b96db3f [diff] [blame] |
Make Name.h use externally allocated components array
diff --git a/Makefile.in b/Makefile.in index 7ca10a4..042bbe0 100644 --- a/Makefile.in +++ b/Makefile.in
@@ -387,7 +387,7 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} lib_LIBRARIES = ndn-cpp.a ndn_cpp_a_SOURCES = ndn-cpp/common.h ndn-cpp/config.h \ - ndn-cpp/Name.cpp ndn-cpp/Name.hpp \ + ndn-cpp/Name.cpp ndn-cpp/Name.h ndn-cpp/Name.hpp \ ndn-cpp/data.cc ndn-cpp/data.h \ ndn-cpp/interest.cc ndn-cpp/interest.h \ ndn-cpp/fields/blob.h \