smb2: Add missing dependency on NDR_DFSBLOBS.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 17:15:41 +0000 (19:15 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 23:06:36 +0000 (01:06 +0200)
source4/smb_server/smb2/wscript_build

index 14acd926ee11079b760e25da1fe76da7c64d26e9..fd140eb8e2d77cbaefa56d8abbea7c35b4570bdd 100644 (file)
@@ -3,6 +3,6 @@
 bld.SAMBA_SUBSYSTEM('SMB2_PROTOCOL',
        source='receive.c negprot.c sesssetup.c tcon.c fileio.c fileinfo.c find.c keepalive.c',
        autoproto='smb2_proto.h',
-       public_deps='ntvfs LIBPACKET LIBCLI_SMB2 samba_server_gensec'
+       public_deps='ntvfs LIBPACKET LIBCLI_SMB2 samba_server_gensec NDR_DFSBLOBS'
        )