s4:web_server: use tsocket_address functions to get the local ip and port
[Samba/gebeck_regimport.git] / source4 / web_server / wscript_build
blobb7ff4413fb23112544ccceba661ed38a185110ff
1 #!/usr/bin/env python
4 bld.SAMBA_PYTHON('WEB_WSGI',
5 source='wsgi.c',
6 deps='talloc LIBTSOCKET'
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'