source: trunk/server/source4/ldap_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: 346 bytes
Line 
1#!/usr/bin/env python
2
3
4bld.SAMBA_MODULE('service_ldap',
5 source='ldap_server.c ldap_backend.c ldap_bind.c ldap_extended.c',
6 autoproto='proto.h',
7 subsystem='service',
8 init_function='server_service_ldap_init',
9 deps='credentials cli-ldap samdb process_model gensec samba-hostconfig samba_server_gensec',
10 internal_module=False,
11 )
12
Note: See TracBrowser for help on using the repository browser.