diff options
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/wscript_build | 6 |
1 files changed, 3 insertions, 3 deletions
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}' ) |