SConstruct
changeset 238 2f09fd9cf32e
parent 236 5673656dc2e7
child 240 7da682f99bf9
equal deleted inserted replaced
237:6562b2679455 238:2f09fd9cf32e
   155     'udp-header.cc',
   155     'udp-header.cc',
   156     'ipv4-checksum.cc',
   156     'ipv4-checksum.cc',
   157     'ipv4-route.cc',
   157     'ipv4-route.cc',
   158     'ipv4-interface.cc',
   158     'ipv4-interface.cc',
   159     'ipv4-l3-protocol.cc',
   159     'ipv4-l3-protocol.cc',
       
   160     'ipv4-end-point.cc',
       
   161     'udp-end-point.cc',
   160     ])
   162     ])
   161 node.add_headers ([
   163 node.add_headers ([
   162     'ipv4-address.h',
   164     'ipv4-address.h',
   163     'ipv4-header.h',
   165     'ipv4-header.h',
   164     'udp-header.h',
   166     'udp-header.h',
   175     'net-device-list.h',
   177     'net-device-list.h',
   176     'internet-node.h',
   178     'internet-node.h',
   177     'net-device.h',
   179     'net-device.h',
   178     'mac-address.h',
   180     'mac-address.h',
   179     'ipv4-route.h',
   181     'ipv4-route.h',
   180     'ipv4-interface.h'
   182     'ipv4-interface.h',
   181     ])
   183     ])
   182 
   184 
   183 
   185 
   184 # utils
   186 # utils
   185 run_tests = build.Ns3Module('run-tests', 'utils')
   187 run_tests = build.Ns3Module('run-tests', 'utils')