fixed paths to tap-creator and emu-sock-creator broken after modules move.
--- 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):