s4-lib: make SMBPASSWD a private library
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 01:57:36 +0000 (12:57 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:25 +0000 (19:03 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/lib/samba3/wscript_build

index 34a796ec15f09b7149dda2ecbc83ba97120b1310..699d150693ec0ff5017656d2686f446b9f3d8c04 100644 (file)
@@ -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
+                  )