libsecurity-common: Add missing dependency on libndr.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 20:56:58 +0000 (22:56 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 23:06:35 +0000 (01:06 +0200)
libcli/security/wscript_build

index 49682e288e1305940d3d526454783ae0bc0a2f52..8efb751560fecff2270f3f725fda6600110d3aef 100644 (file)
@@ -3,6 +3,6 @@
 
 bld.SAMBA_SUBSYSTEM('LIBSECURITY_COMMON',
        source='dom_sid.c display_sec.c secace.c secacl.c security_descriptor.c sddl.c privileges.c',
-       deps='talloc'
+       deps='talloc LIBNDR'
        )