Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(562)

Unified Diff: examples/wscript

Issue 117051: Ns-3 Net-anim Interface (Closed)
Patch Set: Updates after Tom's comments Created 14 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/tcp/star.cc ('k') | src/contrib/net-anim/animation-interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/wscript
===================================================================
--- a/examples/wscript
+++ b/examples/wscript
@@ -3,6 +3,7 @@ def build(bld):
def build(bld):
env = bld.env_of_name('default')
if env['ENABLE_EXAMPLES']:
+ bld.add_subdirs('animation')
bld.add_subdirs('csma')
bld.add_subdirs('emulation')
bld.add_subdirs('error-model')
« no previous file with comments | « examples/tcp/star.cc ('k') | src/contrib/net-anim/animation-interface.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b