make: Create include directory for make install to install headers.  Put ndn-cpp-config.h in include/ndn-cpp.
diff --git a/ndn-cpp/security/identity/basic-identity-storage.hpp b/ndn-cpp/security/identity/basic-identity-storage.hpp
index 1cc2eb7..2e0db30 100644
--- a/ndn-cpp/security/identity/basic-identity-storage.hpp
+++ b/ndn-cpp/security/identity/basic-identity-storage.hpp
@@ -9,7 +9,7 @@
 #define NDN_BASIC_IDENTITY_STORAGE_H
 
 // Only compile if ndn-cpp-config.h defines NDN_CPP_HAVE_SQLITE3.
-#include "../../ndn-cpp-config.h"
+#include <ndn-cpp/ndn-cpp-config.h>
 #ifdef NDN_CPP_HAVE_SQLITE3
 
 #include <sqlite3.h>