summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/SConscript3
-rw-r--r--source4/scripting/ejs/SConscript12
2 files changed, 0 insertions, 15 deletions
diff --git a/source4/scripting/SConscript b/source4/scripting/SConscript
deleted file mode 100644
index f32e93aae1..0000000000
--- a/source4/scripting/SConscript
+++ /dev/null
@@ -1,3 +0,0 @@
-Import('hostenv')
-
-SConscript(dirs=['ejs'],exports='hostenv')
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'])