diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 17:34:55 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:27 +1100 |
commit | d98effffe4857765b6a8851d96af3fc73ac1801b (patch) | |
tree | eb11afa41f5d94d1fb87d3037b9922eaa8e64c41 /libcli/security | |
parent | 171158482175f7ff6187c7535385e83ac28a086e (diff) | |
download | samba-d98effffe4857765b6a8851d96af3fc73ac1801b.tar.gz samba-d98effffe4857765b6a8851d96af3fc73ac1801b.tar.bz2 samba-d98effffe4857765b6a8851d96af3fc73ac1801b.zip |
libcli: LIBSECURITY depends on NDR_SECURITY
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'libcli/security')
-rw-r--r-- | libcli/security/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/security/wscript_build b/libcli/security/wscript_build index 2554521dc4..97c678546d 100644 --- a/libcli/security/wscript_build +++ b/libcli/security/wscript_build @@ -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' ) |