From c399c28fb90b54d92506fef6809640d44a5eff4b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Feb 2011 14:33:10 +0100 Subject: s3-waf: add replacetort binary. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Feb 22 15:42:58 CET 2011 on sn-devel-104 --- source3/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3') diff --git a/source3/wscript_build b/source3/wscript_build index 1f0fa03f33..0d82cb4186 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1204,6 +1204,11 @@ bld.SAMBA3_BINARY('smbconftort', deps='''talloc tdb tevent cap resolv wbclient param LIB_NONSMBD LIBSMB_ERR POPT_SAMBA3''', vars=locals()) +bld.SAMBA3_BINARY('replacetort', + source='../lib/replace/test/main.c', + deps='replace replace-test', + install=False) + bld.SAMBA3_BINARY('masktest' + bld.env.suffix3, source=MASKTEST_SRC, deps='''talloc tdb cap resolv wbclient param LIB_NONSMBD LIBSMB KRBCLIENT -- cgit