diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-12 02:34:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:20:07 -0500 |
commit | b1e93b296ea8f62ce0f15ccef5f6ae5339f4929f (patch) | |
tree | 2ba5c18f14d374a29a79061ee17b7dff28186355 /source4/scripting/ejs/config.mk | |
parent | 36bb0ffd4c59b17c7f942d874e18865707d3c696 (diff) | |
download | samba-b1e93b296ea8f62ce0f15ccef5f6ae5339f4929f.tar.gz samba-b1e93b296ea8f62ce0f15ccef5f6ae5339f4929f.tar.xz samba-b1e93b296ea8f62ce0f15ccef5f6ae5339f4929f.zip |
r8337: - use 64 bit access functions in ejs calls
- added access to smbd random functions
- fixed ordering in join()
- added sys_interfaces(), sys_hostname(), sys_nttime() and sys_ldaptime()
(This used to be commit 28c1a1f3c0cd2f8228fd8c3c695ab6f45226fa3f)
Diffstat (limited to 'source4/scripting/ejs/config.mk')
-rw-r--r-- | source4/scripting/ejs/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/ejs/config.mk b/source4/scripting/ejs/config.mk index 5e061cb2a35..770bb67b861 100644 --- a/source4/scripting/ejs/config.mk +++ b/source4/scripting/ejs/config.mk @@ -22,6 +22,8 @@ OBJ_FILES = \ scripting/ejs/smbcalls_options.o \ scripting/ejs/smbcalls_nss.o \ scripting/ejs/smbcalls_string.o \ + scripting/ejs/smbcalls_rand.o \ + scripting/ejs/smbcalls_sys.o \ scripting/ejs/mprutil.o REQUIRED_SUBSYSTEMS = AUTH EJS LIBBASIC EJSRPC MESSAGING # End SUBSYSTEM SMBCALLS |