blob: 0e56c3ee2aaa2ccfbb4389ea3d21a08d53acfb0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/usr/bin/env python
# AUTOGENERATED by mktowscript.pl from ../../source4/ldap_server/config.mk
# Please remove this notice if hand editing
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 LIBCLI_LDAP SAMDB process_model gensec LIBSAMBA-HOSTCONFIG'
)
|