summaryrefslogtreecommitdiff
path: root/source4/samba_tool/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/samba_tool/wscript_build')
-rw-r--r--source4/samba_tool/wscript_build9
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/samba_tool/wscript_build b/source4/samba_tool/wscript_build
deleted file mode 100644
index 4092b53de3..0000000000
--- a/source4/samba_tool/wscript_build
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-
-bld.SAMBA_BINARY('samba-tool-c',
- source='samba_tool.c vampire.c gpo.c',
- autoproto='proto.h',
- deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS samba-policy auth4',
- pyembed=True,
- install=False
- )