changeset 1841 | afa9089bcab4 |
parent 1217 | 2f7791ae388d |
child 1848 | 5dfaf1619279 |
--- a/src/devices/point-to-point/wscript Mon Oct 08 18:52:08 2007 -0700 +++ b/src/devices/point-to-point/wscript Mon Oct 08 20:51:21 2007 -0700 @@ -7,11 +7,13 @@ 'point-to-point-net-device.cc', 'point-to-point-channel.cc', 'point-to-point-topology.cc', + 'point-to-point-ipv4-topology.cc', ] headers = bld.create_obj('ns3header') headers.source = [ 'point-to-point-net-device.h', 'point-to-point-channel.h', 'point-to-point-topology.h', + 'point-to-point-ipv4-topology.h', ]