patch to build documentation from paul@cravenfamily.com
This commit is contained in:
2
BUILD
2
BUILD
@@ -135,7 +135,7 @@ core.add_inst_headers ('foo.h')
|
|||||||
# create a new module. First arg is the name of
|
# create a new module. First arg is the name of
|
||||||
# the new module. Second arg is the directory in
|
# the new module. Second arg is the directory in
|
||||||
# which all source files for this module reside.
|
# which all source files for this module reside.
|
||||||
my_module = Ns3Module ('my', 'src/my_dir')
|
my_module = build.Ns3Module ('my', 'src/my_dir')
|
||||||
# add it to build system
|
# add it to build system
|
||||||
ns3.add (my_module)
|
ns3.add (my_module)
|
||||||
# specify module dependencies. Here, depends
|
# specify module dependencies. Here, depends
|
||||||
|
|||||||
Reference in New Issue
Block a user