1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/ldap_server/wscript_build
2010-10-24 00:20:04 +00:00

12 lines
304 B
Python

#!/usr/bin/env python
bld.SAMBA_MODULE('LDAP',
source='ldap_server.c ldap_backend.c ldap_bind.c ldap_extended.c',
autoproto='proto.h',
subsystem='service',
init_function='server_service_ldap_init',
deps='CREDENTIALS cli_ldap SAMDB process_model gensec libsamba-hostconfig samba_server_gensec'
)