summaryrefslogtreecommitdiff
path: root/source4/smbd/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-11 01:10:55 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-10 23:54:04 +0000
commit53db1f34674ee161e102c4797f5ce5a9bee53350 (patch)
tree76d26d0c6767fa1d72b4eb3ef1d61b8234f168ad /source4/smbd/wscript_build
parentffb67664230358ebdf3a35d9c9342ac5ecccc4c9 (diff)
downloadsamba-53db1f34674ee161e102c4797f5ce5a9bee53350.tar.gz
samba-53db1f34674ee161e102c4797f5ce5a9bee53350.tar.bz2
samba-53db1f34674ee161e102c4797f5ce5a9bee53350.zip
server: Add missing dependency on schannel database.
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 389ea4e901..622e5f96af 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''',
+ popt gensec registry ntptr ntvfs share CLUSTER DCESRV COMMON_SCHANNELDB''',
pyembed=True,
install_path='${SBINDIR}'
)