compile: Change includes and wscript to compile against ndn-cpp-dev
diff --git a/src/sec-rule-sync-specific.cc b/src/sec-rule-sync-specific.cc
index 802ed4f..60d8708 100644
--- a/src/sec-rule-sync-specific.cc
+++ b/src/sec-rule-sync-specific.cc
@@ -9,7 +9,7 @@
  */
 
 #include "sec-rule-sync-specific.h"
-#include <ndn-cpp/security/signature-sha256-with-rsa.hpp>
+#include <ndn-cpp-dev/security/signature-sha256-with-rsa.hpp>
 
 using namespace ndn;
 using namespace ndn::ptr_lib;