summaryrefslogtreecommitdiff
path: root/source4/smbd/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-11 02:05:03 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-11 02:06:03 +0000
commitd74e0adb3041036e8e89d4265a67a455354bc308 (patch)
tree85a53b4562514652fd11e9c60b36d33ecb3a8fb1 /source4/smbd/wscript_build
parentc5ae0991528dfeb3dbd1539f5c9c2ed2f19990b9 (diff)
downloadsamba-d74e0adb3041036e8e89d4265a67a455354bc308.tar.gz
samba-d74e0adb3041036e8e89d4265a67a455354bc308.tar.bz2
samba-d74e0adb3041036e8e89d4265a67a455354bc308.zip
credentials: Split up into several subsystems.
Diffstat (limited to 'source4/smbd/wscript_build')
-rw-r--r--source4/smbd/wscript_build2
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}'
)