Move packet info tag code to internet-stack, due to test dependencies

This commit is contained in:
Tom Henderson
2011-01-28 12:55:16 -08:00
parent 2268c2aea3
commit 60e999cf12
6 changed files with 4 additions and 4 deletions

View File

@@ -145,6 +145,8 @@ def build(bld):
'tcp-newreno.cc',
'tcp-rx-buffer.cc',
'tcp-tx-buffer.cc',
'ipv4-packet-info-tag.cc',
'ipv6-packet-info-tag.cc',
]
headers = bld.new_task_gen('ns3header')
@@ -172,6 +174,8 @@ def build(bld):
'ipv6-interface.h',
'ndisc-cache.h',
'loopback-net-device.h',
'ipv4-packet-info-tag.h',
'ipv6-packet-info-tag.h',
]
if bld.env['NSC_ENABLED']:

View File

@@ -51,8 +51,6 @@ def build(bld):
'radiotap-header.cc',
'spectrum-phy.cc',
'spectrum-channel.cc',
'ipv4-packet-info-tag.cc',
'ipv6-packet-info-tag.cc',
]
headers = bld.new_task_gen('ns3header')
@@ -105,6 +103,4 @@ def build(bld):
'spectrum-phy.h',
'spectrum-channel.h',
'phy-mac.h',
'ipv4-packet-info-tag.h',
'ipv6-packet-info-tag.h',
]