s3-waf: Link pdbedit only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 13:26:38 +0000 (14:26 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:28 +0000 (11:58 +0100)
source3/wscript_build

index b6d6b8184fc1bd375b1ca267828ccc3e93e528ac..acee1705d65dd702c658e59f5e969a54479f7f73 100755 (executable)
@@ -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',