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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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'
)