commit | 6e22904ba5e4ba36a2a3a597be3c218bb9e141d2 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Oct 10 11:09:49 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Oct 10 11:09:49 2013 -0700 |
tree | 7d6770c876351527307d32bfe8625f4fc062b978 | |
parent | f21e2246355a5a43b6d1f65bed58b8085d24bf7d [diff] [blame] |
make: Create include directory for make install to install headers. Put ndn-cpp-config.h in include/ndn-cpp.
diff --git a/ndn-cpp/c/common.h b/ndn-cpp/c/common.h index 72af018..48e2ec2 100644 --- a/ndn-cpp/c/common.h +++ b/ndn-cpp/c/common.h
@@ -7,7 +7,7 @@ #ifndef NDN_COMMON_H #define NDN_COMMON_H -#include "../ndn-cpp-config.h" +#include <ndn-cpp/ndn-cpp-config.h> #include <stdint.h> #include <stddef.h>