commit | 59efe105e95a3b5e5d3034313b69590f01f6cbc4 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 29 15:56:30 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 29 15:56:30 2014 -0800 |
tree | 9aa92b10f626918dfa9a949a24617d1f941874dc | |
parent | 4270f205f690e4c09cc6d23cfe937b7f20052d34 [diff] |
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, )