summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-02 05:21:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:04 -0500
commit643e5d8239ba105a5ac99ecc513289a17402714b (patch)
treebdf23033fca7be2f84191ca5dc996d066732b0a1 /source4/scripting/ejs/config.mk
parente7f84503c059b99541cb892cd143c87ed8626d69 (diff)
downloadsamba-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/ejs/config.mk')
-rw-r--r--source4/scripting/ejs/config.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/source4/scripting/ejs/config.mk b/source4/scripting/ejs/config.mk
new file mode 100644
index 0000000000..d5003d07e7
--- /dev/null
+++ b/source4/scripting/ejs/config.mk
@@ -0,0 +1,23 @@
+#######################
+# 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/smbcalls_rpc.o \
+ scripting/ejs/mprutil.o
+REQUIRED_SUBSYSTEMS = AUTH EJS LIBBASIC RPC_NDR_ECHO
+# 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
+#######################