1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

17 lines
431 B
Python

#!/usr/bin/env python
bld.SAMBA_PYTHON('WEB_WSGI',
source='wsgi.c'
)
bld.SAMBA_MODULE('WEB',
source='web_server.c',
autoproto='proto.h',
autoproto_extra_source='wsgi.c',
subsystem='service',
init_function='server_service_web_init',
deps='LIBTLS smbcalls process_model LIBPYTHON WEB_WSGI'
)