fixed paths to tap-creator and emu-sock-creator broken after modules move.
authorAndrey Mazo <mazo@iitp.ru>
Thu, 19 May 2011 20:36:05 +0400
changeset 7244 1a9428ead071
parent 7243 ea3d634af9cf
child 7245 4b245d55faa2
fixed paths to tap-creator and emu-sock-creator broken after modules move.
src/emu/wscript
src/tap-bridge/wscript
--- a/src/emu/wscript	Thu May 19 09:39:08 2011 -0700
+++ b/src/emu/wscript	Thu May 19 20:36:05 2011 +0400
@@ -16,7 +16,7 @@
 
     if conf.env['ENABLE_EMU']:
         blddir = os.path.abspath(os.path.join(conf.blddir, conf.env.variant()))
-        emucreatordir = os.path.abspath(os.path.join(blddir, "src/devices/emu"))
+        emucreatordir = os.path.abspath(os.path.join(blddir, "src/emu"))
         conf.env.append_value('NS3_EXECUTABLE_PATH', emucreatordir)
 
 def build(bld):
--- a/src/tap-bridge/wscript	Thu May 19 09:39:08 2011 -0700
+++ b/src/tap-bridge/wscript	Thu May 19 20:36:05 2011 +0400
@@ -16,7 +16,7 @@
 
     if conf.env['ENABLE_TAP']:
         blddir = os.path.abspath(os.path.join(conf.blddir, conf.env.variant()))
-        tapcreatordir = os.path.abspath(os.path.join(blddir, "src/devices/tap-bridge"))
+        tapcreatordir = os.path.abspath(os.path.join(blddir, "src/tap-bridge"))
         conf.env.append_value('NS3_EXECUTABLE_PATH', tapcreatordir)
 
 def build(bld):