libcli: LIBSECURITY depends on NDR_SECURITY
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 06:34:55 +0000 (17:34 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:27 +0000 (19:03 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

libcli/security/wscript_build

index 2554521dc45296812034fecf1d77d7bdb5453e7c..97c678546de45f598d94bb5db467a8b8c4a0df3f 100644 (file)
@@ -4,6 +4,6 @@
 bld.SAMBA_LIBRARY('LIBSECURITY',
                   source='dom_sid.c display_sec.c secace.c secacl.c security_descriptor.c sddl.c privileges.c security_token.c access_check.c object_tree.c create_descriptor.c util_sid.c',
                   private_library=True,
-                  deps='talloc LIBNDR'
+                  deps='talloc LIBNDR NDR_SECURITY'
                   )