s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[sfrench/samba-autobuild/.git] / source4 / ldap_server / wscript_build
1 #!/usr/bin/env python
2
3 # AUTOGENERATED by mktowscript.pl from ../../source4/ldap_server/config.mk
4 # Please remove this notice if hand editing
5
6
7 bld.SAMBA_MODULE('LDAP',
8         source='ldap_server.c ldap_backend.c ldap_bind.c ldap_extended.c',
9         autoproto='proto.h',
10         subsystem='service',
11         init_function='server_service_ldap_init',
12         deps='CREDENTIALS LIBCLI_LDAP SAMDB process_model gensec LIBSAMBA-HOSTCONFIG'
13         )
14