s4-waf: Only enable various wrappers if they're actually used.
[ira/wip.git] / lib / nss_wrapper / wscript_build
1 #!/usr/bin/env python
2
3
4 bld.SAMBA_LIBRARY('nss_wrapper',
5                   source='nss_wrapper.c',
6                   deps='replace',
7                   private_library=True,
8                   enabled=bld.CONFIG_SET("NSS_WRAPPER"),
9                   )
10