src/common/wscript
changeset 600 fd944dbf33c6
parent 537 e8a4183dfe00
child 669 355f7b5ea72f
equal deleted inserted replaced
538:3cc417842b5f 600:fd944dbf33c6
     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',