diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-02 05:21:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:04 -0500 |
commit | 643e5d8239ba105a5ac99ecc513289a17402714b (patch) | |
tree | bdf23033fca7be2f84191ca5dc996d066732b0a1 /source4/scripting/config.mk | |
parent | e7f84503c059b99541cb892cd143c87ed8626d69 (diff) | |
download | samba-643e5d8239ba105a5ac99ecc513289a17402714b.tar.gz samba-643e5d8239ba105a5ac99ecc513289a17402714b.tar.bz2 samba-643e5d8239ba105a5ac99ecc513289a17402714b.zip |
r8069: the beginnings of code to allow rpc calls to be made from ejs
tpot, note that this shows how you can modify passed in MprVar
variables in C call
(This used to be commit a782541db3de6ca3b599a220265cf9e6cb0c4d7b)
Diffstat (limited to 'source4/scripting/config.mk')
-rw-r--r-- | source4/scripting/config.mk | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/source4/scripting/config.mk b/source4/scripting/config.mk index 81b7ab68fe..779aef0b45 100644 --- a/source4/scripting/config.mk +++ b/source4/scripting/config.mk @@ -1,28 +1,4 @@ ####################### -# Start LIBRARY SMBCALLS -[SUBSYSTEM::SMBCALLS] -OBJ_FILES = \ - scripting/ejs/smbcalls.o \ - scripting/ejs/smbcalls_config.o \ - scripting/ejs/smbcalls_ldb.o \ - scripting/ejs/smbcalls_nbt.o \ - scripting/ejs/smbcalls_cli.o \ - scripting/ejs/mprutil.o -REQUIRED_SUBSYSTEMS = AUTH EJS LIBBASIC -# End SUBSYSTEM SMBCALLS -####################### - -####################### -# Start BINARY SMBSCRIPT -[BINARY::smbscript] -OBJ_FILES = \ - scripting/ejs/smbscript.o -REQUIRED_SUBSYSTEMS = EJS LIBBASIC SMBCALLS CONFIG LIBSMB RPC LIBCMDLINE - -# End BINARY SMBSCRIPT -####################### - -####################### # Start LIBRARY swig_tdb [LIBRARY::swig_tdb] REQUIRED_SUBSYSTEMS = LIBTDB |