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/smbd/wscript_build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/smbd') diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index 89eba835d1..a57fe291d6 100644 --- a/source4/smbd/wscript_build +++ b/source4/smbd/wscript_build @@ -17,11 +17,11 @@ bld.SAMBA_SUBSYSTEM('PIDFILE', bld.SAMBA_BINARY('samba', source='server.c', manpages='samba.8', - subsystem_name='service', + subsystem_name='service', deps='''LIBEVENTS process_model service LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL POPT_SAMBA PIDFILE popt gensec registry ntptr ntvfs share CLUSTER DCESRV''', - needs_python=True, - install_path='${SBINDIR}' + pyembed=True, + install_path='${SBINDIR}' ) -- cgit