summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build12
1 files changed, 12 insertions, 0 deletions
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='''