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
251 B
Python
11 lines
251 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_LIBRARY('nss_wrapper',
|
|
source='nss_wrapper.c',
|
|
deps='replace',
|
|
private_library=True,
|
|
enabled=bld.CONFIG_SET("NSS_WRAPPER"),
|
|
)
|
|
|