don't link the tap-creator helper into the ns3 library
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 21 Apr 2009 12:32:05 +0200
changeset 4390 e2b87ce61cef
parent 4389 a1f63bb47434
child 4391 0868b79a6be4
don't link the tap-creator helper into the ns3 library
src/devices/tap-bridge/wscript
--- a/src/devices/tap-bridge/wscript	Tue Apr 21 11:18:05 2009 +0200
+++ b/src/devices/tap-bridge/wscript	Tue Apr 21 12:32:05 2009 +0200
@@ -27,7 +27,6 @@
         module.source.extend([
                 'tap-bridge.cc',
                 'tap-encode-decode.cc',
-                'tap-creator.cc',
                 ])
         headers.source.extend([
                 'tap-bridge.h',