docs-xml: fix typos and format in smb.conf server max protocol man
[Samba/gebeck_regimport.git] / lib / uid_wrapper / wscript_build
blob54e5b80f4346d12dc3d7b9690b2a38d7e4f86487
1 #!/usr/bin/env python
4 bld.SAMBA_LIBRARY('uid_wrapper',
5 source='uid_wrapper.c',
6 deps='talloc',
7 private_library=True,
8 enabled=bld.CONFIG_SET("UID_WRAPPER"),