summaryrefslogtreecommitdiff
path: root/source4/lib/samba3
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 12:57:36 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:25 +1100
commit6ba86d8ca31635b16670c59e645ceacdb256c054 (patch)
tree1729c3fdfd3213e6d0faf0e16f3a8752949daa02 /source4/lib/samba3
parent47591ea5ec03916393d22484e3b551da033260ea (diff)
downloadsamba-6ba86d8ca31635b16670c59e645ceacdb256c054.tar.gz
samba-6ba86d8ca31635b16670c59e645ceacdb256c054.tar.bz2
samba-6ba86d8ca31635b16670c59e645ceacdb256c054.zip
s4-lib: make SMBPASSWD a private library
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/lib/samba3')
-rw-r--r--source4/lib/samba3/wscript_build9
1 files changed, 5 insertions, 4 deletions
diff --git a/source4/lib/samba3/wscript_build b/source4/lib/samba3/wscript_build
index 34a796ec15..699d150693 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
+ )