Make Name.h use externally allocated components array
diff --git a/Makefile.am b/Makefile.am
index b51d0c4..fb62ca2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@
 bin_PROGRAMS = test-encode-decode-interest
 
 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 \