Last change
on this file was 745, checked in by Silvan Scherrer, 13 years ago |
Samba Server: updated trunk to 3.6.0
|
File size:
359 bytes
|
Line | |
---|
1 | #!/usr/bin/env python
|
---|
2 |
|
---|
3 |
|
---|
4 | bld.SAMBA_SUBSYSTEM('WEB_WSGI',
|
---|
5 | source='wsgi.c',
|
---|
6 | pyext=True,
|
---|
7 | deps='talloc LIBTSOCKET',
|
---|
8 | )
|
---|
9 |
|
---|
10 |
|
---|
11 | bld.SAMBA_MODULE('service_web',
|
---|
12 | source='web_server.c',
|
---|
13 | subsystem='service',
|
---|
14 | init_function='server_service_web_init',
|
---|
15 | deps='LIBTLS process_model LIBPYTHON WEB_WSGI',
|
---|
16 | pyembed=True,
|
---|
17 | internal_module=False,
|
---|
18 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.