s4:rpc_server/netlogon: add no memory checks
[Samba/gebeck_regimport.git] / source4 / web_server / wscript_build
blob5343c2f508737875568ce53dc464779da9eb7e1e
1 #!/usr/bin/env python
4 bld.SAMBA_PYTHON('WEB_WSGI',
5 source='wsgi.c',
6 deps='talloc'
10 bld.SAMBA_MODULE('WEB',
11 source='web_server.c',
12 autoproto='proto.h',
13 autoproto_extra_source='wsgi.c',
14 subsystem='service',
15 init_function='server_service_web_init',
16 deps='LIBTLS smbcalls process_model LIBPYTHON WEB_WSGI'