server: Add missing dependency on schannel database.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 23:10:55 +0000 (01:10 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 23:54:04 +0000 (23:54 +0000)
source4/smbd/wscript_build

index 389ea4e901c8f40412878979820290146eba6613..622e5f96af07390e38b65d4cfaf36bb70446af7e 100644 (file)
@@ -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}'
        )