libcli/cldap: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / lib / uid_wrapper / wscript_build
blob76d4b17fcec09ed748027670ba0c22d22a31320e
1 #!/usr/bin/env python
4 bld.SAMBA_LIBRARY('uid_wrapper',
5 source='uid_wrapper.c',
6 deps='talloc util_setid',
7 private_library=True,
8 enabled=bld.CONFIG_SET("UID_WRAPPER"),