summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index dfd452257d8..f6994ce57ca 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -422,8 +422,6 @@ 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,16 +1318,6 @@ 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='''