From c4be17f804a857630b4c5f9d0aad70b508e56e2e Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Thu, 7 Jun 2012 13:34:35 +0200 Subject: s3: add a tool "cclean" to cleanup orphaned entries from connections.tdb Signed-off-by: Michael Adam --- source3/wscript_build | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 3be9ed5214..b8c186593b 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -420,6 +420,8 @@ SWAT_SRC = '''${SWAT_SRC1}''' STATUS_SRC = '''utils/status.c utils/status_profile.c smbd/notify_internal.c''' +CCLEAN_SRC = '''utils/cclean.c utils/interact.c''' + SMBCONTROL_SRC = '''utils/smbcontrol.c''' SMBTREE_SRC = '''utils/smbtree.c''' @@ -1320,6 +1322,16 @@ bld.SAMBA3_BINARY('smbstatus', PROFILE''', vars=locals()) +bld.SAMBA3_BINARY('cclean', + source=CCLEAN_SRC, + deps=''' + talloc + param + popt_samba3 + LOCKING + PROFILE''', + vars=locals()) + bld.SAMBA3_BINARY('smbcontrol', source=SMBCONTROL_SRC, deps=''' -- cgit