commit | 1ab1aad3ed24997be5b34facc7da5c7dd72fe117 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Feb 28 11:32:21 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Feb 28 11:32:21 2013 -0800 |
tree | b3697bdb335cdd55dffd68c5c5f6fb319c0f8b05 | |
parent | 82ad4d7218a36f3ec1d2dc40ec4a930d776d1fa4 [diff] [blame] |
examples: Fixing error in ndn-simple-with-pcap closes #24
diff --git a/examples/wscript b/examples/wscript index b21629e..b33cbf3 100644 --- a/examples/wscript +++ b/examples/wscript
@@ -50,3 +50,6 @@ obj = bld.create_ns3_program('ndn-simple-with-cs-lfu', ['ndnSIM']) obj.source = 'ndn-simple-with-cs-lfu.cc' + + obj = bld.create_ns3_program('ndn-simple-with-pcap', ['ndnSIM']) + obj.source = 'ndn-simple-with-pcap.cc'