From: Andreas Schneider Date: Tue, 24 Jan 2012 12:01:12 +0000 (+0100) Subject: s3-waf: Link smbta-util only against needed subsystems. X-Git-Tag: tevent-0.9.15~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47da01a4878cac878486c7788ef114a01b24ccce;p=thirdparty%2Fsamba.git s3-waf: Link smbta-util only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 863d1514618..c2a88bb695e 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',