summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/ejs/SConscript')
-rw-r--r--source4/scripting/ejs/SConscript12
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/scripting/ejs/SConscript b/source4/scripting/ejs/SConscript
deleted file mode 100644
index 43a73a92a0..0000000000
--- a/source4/scripting/ejs/SConscript
+++ /dev/null
@@ -1,12 +0,0 @@
-Import('hostenv')
-
-hostenv.Library('ejsrpc',['ejsrpc.c'])
-hostenv.Library('ejs_smbcalls',
- ['smbcalls.c','smbcalls_config.c','smbcalls_ldb.c',
- 'smbcalls_nbt.c','smbcalls_cli.c','smbcalls_rpc.c',
- 'smbcalls_auth.c','smbcalls_options.c','smbcalls_nss.c',
- 'smbcalls_string.c','smbcalls_data.c','smbcalls_rand.c',
- 'smbcalls_sys.c','smbcalls_creds.c','smbcalls_samba3.c',
- 'smbcalls_param.c','mprutil.c'])
-
-hostenv.Program('smbscript',['smbscript.c'])