1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

cldap: Build as shared module.

This commit is contained in:
Jelmer Vernooij 2010-11-15 03:14:16 +01:00
parent caa3935a38
commit 02f77214c2
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ bld.SAMBA_MODULE('service_cldap',
source='cldap_server.c',
subsystem='service',
init_function='server_service_cldapd_init',
internal_module=False,
deps='CLDAPD process_model netif'
)

View File

@ -8,7 +8,7 @@ bld.SAMBA_SUBSYSTEM('WEB_WSGI',
)
bld.SAMBA_MODULE('WEB',
bld.SAMBA_MODULE('service_web',
source='web_server.c',
subsystem='service',
init_function='server_service_web_init',