Bug 1175 - the shared libraries is not versioned, based on patch by YunQiang Su

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-06-26 13:40:27 +01:00
parent d5d6910547
commit a7faefb63e

View File

@@ -16,6 +16,8 @@ import Constants
import ccroot
ccroot.USE_TOP_LEVEL = True
import wutils
try:
set
except NameError:
@@ -117,6 +119,7 @@ def create_ns3_module(bld, name, dependencies=(), test=False):
module.is_ns3_module = True
module.name = 'ns3-' + name
module.vnum = wutils.VERSION
# Add the proper path to the module's name.
module.target = '%s/ns3-%s' % (bld.srcnode.relpath_gen(bld.path), name)
# Set the libraries this module depends on.