build: Disabling shared library (only static library is compiled) and disabling installation of tests and examples
Change-Id: I5a467ba7f032776863a9d32858684bde847e47d8
diff --git a/wscript b/wscript
index ea64e92..d8dc69e 100644
--- a/wscript
+++ b/wscript
@@ -103,8 +103,8 @@
def build (bld):
libndn_cpp = bld (
- features=['cxx', 'cxxshlib', 'cxxstlib'],
- vnum = "0.3.0",
+ features=['cxx', 'cxxstlib'], # 'cxxshlib',
+ # vnum = "0.3.0",
target="ndn-cpp-dev",
name = "ndn-cpp-dev",
source = bld.path.ant_glob('src/**/*.cpp',