diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 02:05:03 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 02:06:03 +0000 |
commit | d74e0adb3041036e8e89d4265a67a455354bc308 (patch) | |
tree | 85a53b4562514652fd11e9c60b36d33ecb3a8fb1 /source4/smbd/wscript_build | |
parent | c5ae0991528dfeb3dbd1539f5c9c2ed2f19990b9 (diff) | |
download | samba-d74e0adb3041036e8e89d4265a67a455354bc308.tar.gz samba-d74e0adb3041036e8e89d4265a67a455354bc308.tar.xz samba-d74e0adb3041036e8e89d4265a67a455354bc308.zip |
credentials: Split up into several subsystems.
Diffstat (limited to 'source4/smbd/wscript_build')
-rw-r--r-- | source4/smbd/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index 622e5f96af..e56a5107cb 100644 --- a/source4/smbd/wscript_build +++ b/source4/smbd/wscript_build @@ -19,7 +19,7 @@ bld.SAMBA_BINARY('samba', manpages='samba.8', subsystem_name='service', deps='''LIBEVENTS process_model service LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL POPT_SAMBA PIDFILE - popt gensec registry ntptr ntvfs share CLUSTER DCESRV COMMON_SCHANNELDB''', + popt gensec registry ntptr ntvfs share CLUSTER DCESRV COMMON_SCHANNELDB SECRETS''', pyembed=True, install_path='${SBINDIR}' ) |