mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
5cf904b1d9
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Nov 12 14:33:34 UTC 2010 on sn-devel-104
11 lines
250 B
Python
11 lines
250 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_LIBRARY('uid_wrapper',
|
|
source='uid_wrapper.c',
|
|
deps='talloc',
|
|
private_library=True,
|
|
enabled=bld.CONFIG_SET("UID_WRAPPER"),
|
|
)
|
|
|