s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them
[nivanova/samba-autobuild/.git] / source4 / web_server / wscript_build
1 #!/usr/bin/env python
2
3
4 bld.SAMBA_PYTHON('WEB_WSGI',
5                  source='wsgi.c'
6         )
7
8
9 bld.SAMBA_MODULE('WEB',
10                  source='web_server.c',
11                  autoproto='proto.h',
12                  autoproto_extra_source='wsgi.c',
13                  subsystem='service',
14                  init_function='server_service_web_init',
15                  deps='LIBTLS smbcalls process_model LIBPYTHON WEB_WSGI'
16                  )