summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
Diffstat (limited to 'source4/client')
-rw-r--r--source4/client/wscript_build13
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/client/wscript_build b/source4/client/wscript_build
deleted file mode 100644
index d1622b3d1d..0000000000
--- a/source4/client/wscript_build
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env python
-
-bld.SAMBA_BINARY('smbclient',
- source='client.c',
- deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw'
- )
-
-
-bld.SAMBA_BINARY('cifsdd',
- source='cifsdd.c cifsddio.c',
- deps='samba-hostconfig LIBCLI_SMB popt POPT_SAMBA POPT_CREDENTIALS'
- )
-