From c15e919a09b5af5d27f172ba127b94d58f2ee234 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 10 Oct 2010 04:25:50 +0200 Subject: wafsamba: Clarify needs_python argument name, use pyembed/pyext where applicable. Allow using both pyembed and pyext, to prevent unresolved symbols. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sun Oct 10 03:54:01 UTC 2010 on sn-devel-104 --- source4/web_server/wscript_build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/web_server/wscript_build') diff --git a/source4/web_server/wscript_build b/source4/web_server/wscript_build index 7064831072..dc1c3870dc 100644 --- a/source4/web_server/wscript_build +++ b/source4/web_server/wscript_build @@ -2,9 +2,9 @@ bld.SAMBA_SUBSYSTEM('WEB_WSGI', - source='wsgi.c', - deps='talloc LIBTSOCKET', - needs_python=True + source='wsgi.c', + deps='talloc LIBTSOCKET', + pyembed=True ) -- cgit