summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
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',