don't link the tap-creator helper into the ns3 library

This commit is contained in:
Mathieu Lacage
2009-04-21 12:32:05 +02:00
parent 44afc7b413
commit b317ef997a

View File

@@ -27,7 +27,6 @@ def build(bld):
module.source.extend([
'tap-bridge.cc',
'tap-encode-decode.cc',
'tap-creator.cc',
])
headers.source.extend([
'tap-bridge.h',