summaryrefslogtreecommitdiff
path: root/source4/lib/samba3
diff options
context:
space:
mode:
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
+ )