make: Change configure to output ndn-cpp/ndn-cpp-config.h instead of config.h
diff --git a/ndn-cpp/common.hpp b/ndn-cpp/common.hpp
index 70b36ed..74f0214 100644
--- a/ndn-cpp/common.hpp
+++ b/ndn-cpp/common.hpp
@@ -8,7 +8,7 @@
 #define NDN_COMMON_HPP
 
 #include <vector>
-// common.h includes config.h.
+// common.h includes ndn-cpp-config.h.
 #include "c/common.h"
 
 // Depending on where ./configure found shared_ptr, define the ptr_lib namespace.