summaryrefslogtreecommitdiff
path: root/source4/web_server
diff options
context:
space:
mode:
Diffstat (limited to 'source4/web_server')
-rw-r--r--source4/web_server/wscript_build5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/web_server/wscript_build b/source4/web_server/wscript_build
index b7ff4413fb..7064831072 100644
--- a/source4/web_server/wscript_build
+++ b/source4/web_server/wscript_build
@@ -1,9 +1,10 @@
#!/usr/bin/env python
-bld.SAMBA_PYTHON('WEB_WSGI',
+bld.SAMBA_SUBSYSTEM('WEB_WSGI',
source='wsgi.c',
- deps='talloc LIBTSOCKET'
+ deps='talloc LIBTSOCKET',
+ needs_python=True
)