Skip to content

Commit

Permalink
examples are now properly built based on waf config (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalKnight authored Dec 22, 2019
1 parent 6b0aba7 commit 58f5401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-

def build(bld):
obj = bld.create_ns3_program('woss-aloha-example', ['internet', 'mobility', 'stats', 'applications', 'uan', 'woss'])
obj = bld.create_ns3_program('woss-aloha-example', ['internet', 'mobility', 'stats', 'applications', 'uan', 'woss-ns3'])
obj.source = 'woss-aloha-example.cc'

2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ def build(bld):
module_test.use.extend(['WOSS'])

if (bld.env['ENABLE_EXAMPLES']):
bld.recurse('examples')
bld.recurse('examples')

0 comments on commit 58f5401

Please sign in to comment.