1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/cldap_server/wscript_build

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 05:14:16 +03:00
internal_module=False,
deps='CLDAPD process_model netif'
)
bld.SAMBA_SUBSYSTEM('CLDAPD',
source='rootdse.c',
autoproto='proto.h',
2011-07-25 23:24:20 +04:00
deps='cli_cldap ldbsamba'
)