waf: allows libraries to be marked as private_library=True
authorAndrew Tridgell <tridge@samba.org>
Wed, 20 Oct 2010 07:17:13 +0000 (18:17 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:23 +0000 (19:03 +1100)
commitcd7190b802b4c4c645a7973156833b2a17db1965
tree1813f742f1a22d509c52b80714b1230403a760c8
parentc0878cfb615d35fc3a62e45fa9ecab7f178ecb3c
waf: allows libraries to be marked as private_library=True

this is for libraries where we make no promises about the API, but
where we wish it to be a library to allow our binaries to use common
code.

These libraries always get the project suffix added to the library
name, to ensure we are in a separate namespace

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