summaryrefslogtreecommitdiff
path: root/source4/web_server/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/web_server/wscript_build')
-rw-r--r--source4/web_server/wscript_build3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/web_server/wscript_build b/source4/web_server/wscript_build
index e586355366..de12ece38d 100644
--- a/source4/web_server/wscript_build
+++ b/source4/web_server/wscript_build
@@ -10,10 +10,9 @@ bld.SAMBA_SUBSYSTEM('WEB_WSGI',
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 process_model LIBPYTHON WEB_WSGI',
pyembed=True,
+ internal_module=False,
)