diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-23 14:46:45 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:27 +0100 |
commit | 005d370a8ac040b733df8ca087a84ad1fa187a45 (patch) | |
tree | 4fd382301bb55a792109e7a04223659aa524e87a | |
parent | 9b71a803162ec78fd49375d6a1e9137ffd4c25b0 (diff) | |
download | samba-005d370a8ac040b733df8ca087a84ad1fa187a45.tar.gz samba-005d370a8ac040b733df8ca087a84ad1fa187a45.tar.bz2 samba-005d370a8ac040b733df8ca087a84ad1fa187a45.zip |
s3-waf: Link nmbd only against needed subsystems.
-rwxr-xr-x | source3/wscript_build | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index df29e0305e..979d8e1369 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1200,9 +1200,13 @@ bld.SAMBA3_BINARY('smbd/smbd', bld.SAMBA3_BINARY('nmbd/nmbd', source=NMBD_SRC, - deps='''talloc tdb_compat tevent z cap wbclient dl - pdb param ldap smbd_shim libsmb - popt_samba3 KRBCLIENT NDR_SAMR NDR_LSA PROFILE''', + deps=''' + talloc + tevent + param + libsmb + popt_samba3 + PROFILE''', install_path='${SBINDIR}', vars=locals()) |