From 12f10a91824226af78e12c279dcf9b91e131f2fc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 5 Mar 2011 01:26:55 +0100 Subject: s3-waf: fix the build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner --- 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 71670e9ad5..836ee1fb26 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -991,7 +991,7 @@ bld.SAMBA3_SUBSYSTEM('INIT_SAMR', bld.SAMBA3_BINARY('smbd/smbd', source='${SMBD_SRC_MAIN}', - deps='smbd_base', + deps='smbd_base EPMD', install_path='${SBINDIR}', vars=locals()) -- cgit