commit | 649e95fe53ed73b610b6b57124618feb21b52f2f | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Oct 08 17:13:09 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Oct 08 17:13:09 2013 -0700 |
tree | 24c6995339e76e5902e67bcc1d69560617f2bd94 | |
parent | 50b379111644a2e66743b989cf93efa4fc924954 [diff] [blame] |
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.