source: trunk/server/source4/cldap_server/wscript_build

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 349 bytes
Line 
1#!/usr/bin/env python
2
3bld.SAMBA_MODULE('service_cldap',
4 source='cldap_server.c',
5 subsystem='service',
6 init_function='server_service_cldapd_init',
7 internal_module=False,
8 deps='CLDAPD process_model netif'
9 )
10
11
12bld.SAMBA_SUBSYSTEM('CLDAPD',
13 source='netlogon.c rootdse.c',
14 autoproto='proto.h',
15 deps='LIBCLI_CLDAP ldbsamba'
16 )
17
Note: See TracBrowser for help on using the repository browser.