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-11-07 01:52:13 +01:00

12 lines
301 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 samba-hostconfig samba_server_gensec'
)