From 8709c3c0f2695b199bb63fee27c6ae054d665209 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 20 Oct 2010 18:19:31 +1100 Subject: libcli: make the LIBSECURITY subsystem into a private library Pair-Programmed-With: Andrew Bartlett --- libcli/security/wscript_build | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libcli/security') diff --git a/libcli/security/wscript_build b/libcli/security/wscript_build index aaaf8d8372..2554521dc4 100644 --- a/libcli/security/wscript_build +++ b/libcli/security/wscript_build @@ -1,8 +1,9 @@ #!/usr/bin/env python -bld.SAMBA_SUBSYSTEM('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', - deps='talloc LIBNDR' - ) +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' + ) -- cgit