From 5de61e655c8c9c79b07fbe106314d2d80a90520e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 15 Aug 2011 13:25:37 +0200 Subject: s3-waf: Fix build with lsasd. Signed-off-by: Andreas Schneider Signed-off-by: Simo Sorce --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 5a91e0421f..3d4e3b43cc 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1118,7 +1118,7 @@ bld.SAMBA3_SUBSYSTEM('INIT_SAMR', bld.SAMBA3_BINARY('smbd/smbd', source='${SMBD_SRC_MAIN}', - deps='smbd_base EPMD', + deps='smbd_base EPMD LSASD', install_path='${SBINDIR}', vars=locals()) -- cgit