From: Andrew Tridgell Date: Thu, 21 Oct 2010 01:57:36 +0000 (+1100) Subject: s4-lib: make SMBPASSWD a private library X-Git-Url: http://git.samba.org/?p=abartlet%2Fsamba.git%2F.git;a=commitdiff_plain;h=6ba86d8ca31635b16670c59e645ceacdb256c054 s4-lib: make SMBPASSWD a private library Pair-Programmed-With: Andrew Bartlett --- diff --git a/source4/lib/samba3/wscript_build b/source4/lib/samba3/wscript_build index 34a796ec15f..699d150693e 100644 --- a/source4/lib/samba3/wscript_build +++ b/source4/lib/samba3/wscript_build @@ -1,8 +1,9 @@ #!/usr/bin/env python -bld.SAMBA_SUBSYSTEM('SMBPASSWD', - source='smbpasswd.c', - deps='CHARSET LIBSAMBA-UTIL' - ) +bld.SAMBA_LIBRARY('SMBPASSWD', + source='smbpasswd.c', + deps='CHARSET LIBSAMBA-UTIL', + private_library=True + )