commit | 4a3b2be51593d2546e07777d4e00f5f467bf59c0 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jun 29 14:29:13 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jun 29 14:29:13 2012 -0700 |
tree | cb8c2fa346b1522025612fa11ebc255e802e51da | |
parent | f034cbdb6e6c5b600f65e2a35ae2fc4aa6e5a6c9 [diff] [blame] |
Add dynamic dependency to 'mobile' if ndn plugin with the same name is enabled
diff --git a/wscript b/wscript index b890506..bb6f0a8 100644 --- a/wscript +++ b/wscript
@@ -43,6 +43,9 @@ if 'topology' in bld.env['NDN_plugins']: deps.append ('topology-read') + if 'mobility' in bld.env['NDN_plugins']: + deps.append ('mobility') + module = bld.create_ns3_module ('ndnSIM', deps) module.uselib = 'BOOST BOOST_IOSTREAMS'