1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

18 lines
318 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_MODULE('service_cldap',
source='cldap_server.c',
subsystem='service',
init_function='server_service_cldapd_init',
2010-11-15 03:14:16 +01:00
internal_module=False,
deps='CLDAPD process_model netif'
)
bld.SAMBA_SUBSYSTEM('CLDAPD',
source='rootdse.c',
autoproto='proto.h',
2011-07-25 21:24:20 +02:00
deps='cli_cldap ldbsamba'
)