build: commit all the waf build files in the tree
[samba.git] / source4 / cldap_server / wscript_build
1 # AUTOGENERATED by mktowscript.pl from ../../source4/cldap_server/config.mk
2 # Please remove this notice if hand editing
3
4
5 bld.SAMBA_MODULE('service_cldap',
6         source='cldap_server.c',
7         subsystem='service',
8         init_function='server_service_cldapd_init',
9         deps='CLDAPD process_model LIBNETIF'
10         )
11
12
13 bld.SAMBA_SUBSYSTEM('CLDAPD',
14         source='netlogon.c rootdse.c',
15         autoproto='proto.h',
16         deps='LIBCLI_CLDAP'
17         )
18