From 6ba86d8ca31635b16670c59e645ceacdb256c054 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 12:57:36 +1100 Subject: [PATCH] s4-lib: make SMBPASSWD a private library Pair-Programmed-With: Andrew Bartlett --- source4/lib/samba3/wscript_build | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 + ) -- 2.34.1