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/c/common.h b/ndn-cpp/c/common.h index 3f27199..72af018 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 "../../config.h" +#include "../ndn-cpp-config.h" #include <stdint.h> #include <stddef.h>