summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-23 14:46:45 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:27 +0100
commit005d370a8ac040b733df8ca087a84ad1fa187a45 (patch)
tree4fd382301bb55a792109e7a04223659aa524e87a /source3
parent9b71a803162ec78fd49375d6a1e9137ffd4c25b0 (diff)
downloadsamba-005d370a8ac040b733df8ca087a84ad1fa187a45.tar.gz
samba-005d370a8ac040b733df8ca087a84ad1fa187a45.tar.bz2
samba-005d370a8ac040b733df8ca087a84ad1fa187a45.zip
s3-waf: Link nmbd only against needed subsystems.
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build10
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())