waf: support building libraries with a directory prefix
authorAndrew Tridgell <tridge@samba.org>
Thu, 17 Feb 2011 03:42:19 +0000 (14:42 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Feb 2011 04:09:47 +0000 (15:09 +1100)
commit1c5108c98b51c7c3edcd94d3a238d0476ece53dd
treee8b4ce706f78accc40392394dd9bbad595d80a0b
parent88508291fe80829b559f8e6b91a7453e03479111
waf: support building libraries with a directory prefix

SAMBA_LIBRARY('libsmb/smbclient') can now be built, which
distinguishes it from the binary 'smbclient'

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