diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-24 13:01:12 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:28 +0100 |
commit | 47da01a4878cac878486c7788ef114a01b24ccce (patch) | |
tree | 28a8994fba9bdb0ce536b0129fb9db1a13390003 | |
parent | cd035436df80daddbc0befc10ce54f58974c6030 (diff) | |
download | samba-47da01a4878cac878486c7788ef114a01b24ccce.tar.gz samba-47da01a4878cac878486c7788ef114a01b24ccce.tar.xz samba-47da01a4878cac878486c7788ef114a01b24ccce.zip |
s3-waf: Link smbta-util only against needed subsystems.
-rwxr-xr-x | source3/wscript_build | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 863d151461..c2a88bb695 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1377,7 +1377,6 @@ bld.SAMBA3_BINARY('smbspool', source=CUPS_SRC, deps=''' talloc - tevent popt_samba3 param libsmb @@ -1394,7 +1393,10 @@ bld.SAMBA3_BINARY('testparm', bld.SAMBA3_BINARY('smbta-util', source=SMBTA_UTIL_SRC, - deps='''talloc tdb_compat tevent cap param popt_samba3 smbd_shim''', + deps=''' + talloc + SECRETS3 + param''', vars=locals()) bld.SAMBA3_BINARY('smbstatus', |