Skip to content

Commit 8082997

Browse files
authored
Update wscript
1 parent 00392e3 commit 8082997

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: src/internet/examples/wscript

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ def build(bld):
2626

2727
obj = bld.create_ns3_program('ipv4-dynamic-nat-example',
2828
['network', 'internet', 'applications','point-to-point','csma'])
29-
obj.source = 'ipv4-dynamic-nat-example.cc'
29+
obj.source = 'ipv4-dynamic-nat-example.cc'
30+
31+
obj = bld.create_ns3_program('nat64example',
32+
['network', 'internet', 'applications','point-to-point','csma'])
33+
obj.source = 'nat64example.cc'

0 commit comments

Comments
 (0)