model: Renaming ndn::NameComponents to simply ndn::Name

This change doesn't break anything in the existing code, but eventually
all uses of ndn::NameComponents will be removed and ndn::NameComponents
will be deprecated
diff --git a/wscript b/wscript
index 2460084..ae00638 100644
--- a/wscript
+++ b/wscript
@@ -111,6 +111,7 @@
         "model/ndn-interest.h",
         "model/ndn-content-object.h",
         "model/ndn-name-components.h",
+        "model/ndn-name.h",
 
         "model/cs/ndn-content-store.h",