waf: re-work the module alias code
authorAndrew Tridgell <tridge@samba.org>
Wed, 20 Oct 2010 21:27:07 +0000 (08:27 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:23 +0000 (19:03 +1100)
commit29c0b86126c2eb4e5c921f63b10e796bce647e1a
treee45eb44d71fae26924a39143e1f6008049b37700
parent9a2c9c2fc264627494b16923f3055d4aa09ae835
waf: re-work the module alias code

we now create a base library, and then create the alias modules as
wrappers around that base. That prevents double instantiation of any
object files in the modules

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/wafsamba.py