summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 14:26:38 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:28 +0100
commit6f6fb0318053fe487a947576a1ad372fc4dca73a (patch)
tree2ca432aed0072f604124ac49126946e3223a451f /source3
parentdd1b54815213a5099215c3534c7d81ce67a0fe0e (diff)
downloadsamba-6f6fb0318053fe487a947576a1ad372fc4dca73a.tar.gz
samba-6f6fb0318053fe487a947576a1ad372fc4dca73a.tar.bz2
samba-6f6fb0318053fe487a947576a1ad372fc4dca73a.zip
s3-waf: Link pdbedit only against needed subsystems.
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build9
1 files changed, 6 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index b6d6b8184f..acee1705d6 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1442,9 +1442,12 @@ bld.SAMBA3_BINARY('smbpasswd',
bld.SAMBA3_BINARY('pdbedit',
source=PDBEDIT_SRC,
- deps='''talloc tdb_compat tevent cap wbclient param smbd_shim
- LIBNTLMSSP popt_samba3 pdb
- PASSWD_UTIL cli-ldap-common''',
+ deps='''
+ talloc
+ param
+ popt_samba3
+ pdb
+ PASSWD_UTIL''',
vars=locals())
bld.SAMBA3_BINARY('smbget',