commit | 7992ab64afd58d3c7683d541df697479e49a033c | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 19 16:50:58 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 19 17:23:12 2013 -0700 |
tree | 88e70c6ad3d329c36864b9f55cd0d891d201a5fc | |
parent | 39f5316e9eba3885e0db2cbd1e1966bd1cad2a8a [diff] [blame] |
PyNDN: Small change and installing API Refs #1010 (http://redmine.named-data.net/issues/1010)
diff --git a/wscript b/wscript index b48adf7..c0dbf11 100644 --- a/wscript +++ b/wscript
@@ -193,6 +193,10 @@ bld.ns3_python_bindings() + bld (features = "pyext", + source = bld.path.ant_glob (["PyNDN/**/*.py"]), + install_from = "." + ) @TaskGen.feature('ns3fullmoduleheaders') @TaskGen.after_method('process_rule')