equal
deleted
inserted
replaced
3 |
3 |
4 def build(bld): |
4 def build(bld): |
5 common = bld.create_obj('cpp', 'shlib') |
5 common = bld.create_obj('cpp', 'shlib') |
6 common.name = 'ns3-common' |
6 common.name = 'ns3-common' |
7 common.target = common.name |
7 common.target = common.name |
8 common.deps = ['ns3-core', 'ns3-simulator'] |
8 common.uselib_local = ['ns3-core', 'ns3-simulator'] |
9 common.source = [ |
9 common.source = [ |
10 'buffer.cc', |
10 'buffer.cc', |
11 'header.cc', |
11 'header.cc', |
12 'chunk.cc', |
12 'chunk.cc', |
13 'trailer.cc', |
13 'trailer.cc', |