compile: Change includes and wscript to compile against ndn-cpp-dev
diff --git a/wscript b/wscript
index 0c1783e..7eed4f4 100644
--- a/wscript
+++ b/wscript
@@ -36,7 +36,7 @@
# conf.check_ndnx ()
- conf.check_ndncpp (path=conf.options.ndn_cpp_dir)
+ conf.check_cfg(package='libndn-cpp-dev', args=['--cflags', '--libs'], uselib_store='NDNCPP', mandatory=True)
conf.check_cfg(package='libndn-cpp-et', args=['--cflags', '--libs'], uselib_store='NDN-CPP-ET', mandatory=True)
conf.check_cfg(package='openssl', args=['--cflags', '--libs'], uselib_store='OPENSSL', mandatory=True)