wafsamba: introduce SAMBA_LIBRARY(force_unversioned=False)
authorStefan Metzmacher <metze@samba.org>
Fri, 29 Dec 2023 14:32:02 +0000 (14:32 +0000)
committerStefan Metzmacher <metze@samba.org>
Thu, 4 Jan 2024 11:39:36 +0000 (11:39 +0000)
commit533e5daf772b38e21830251d779f083da7197058
tree9e3927194b013bdea07792c3190247319accd8ca
parent318fd95d5ea63724798592eb6b4eebaecfa0cbfb
wafsamba: introduce SAMBA_LIBRARY(force_unversioned=False)

This can be used in order to avoid a library to be
catched by --private-libraries=ALL.
It is needed for our wrapper libraries.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15545

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Björn Jacke <bjacke@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
buildtools/wafsamba/wafsamba.py