From 0871a1b2123814340e17d2cc7ce6b43da6131b2c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jan 2012 12:35:58 +0100 Subject: s3-waf: Link profiles only against needed subsystems. --- source3/wscript_build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 11f2e2cd1d..4ccffe801a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1366,7 +1366,11 @@ bld.SAMBA3_BINARY('net', bld.SAMBA3_BINARY('profiles', source=PROFILES_SRC, - deps='''talloc tdb_compat cap tevent popt_samba3 param samba3core smbd_shim REGFIO''', + deps=''' + talloc + popt_samba3 + param + REGFIO''', vars=locals()) bld.SAMBA3_BINARY('smbspool', -- cgit