build: Disabling shared library (only static library is compiled) and disabling installation of tests and examples

Change-Id: I5a467ba7f032776863a9d32858684bde847e47d8
diff --git a/examples/wscript b/examples/wscript
index 2cf856f..a8126fc 100644
--- a/examples/wscript
+++ b/examples/wscript
@@ -8,5 +8,5 @@
             target = '%s' % (str(app.change_ext('','.cpp'))),
             source = app,
             use = 'ndn-cpp-dev',
-            install_prefix = None,
+            install_path = None,
             )