summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/ejsnet/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/ejs/ejsnet/config.mk')
-rw-r--r--source4/scripting/ejs/ejsnet/config.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/scripting/ejs/ejsnet/config.mk b/source4/scripting/ejs/ejsnet/config.mk
new file mode 100644
index 0000000000..4a3a428e44
--- /dev/null
+++ b/source4/scripting/ejs/ejsnet/config.mk
@@ -0,0 +1,13 @@
+#######################
+# Start LIBRARY EJSNET
+[LIBRARY::EJSNET]
+SO_VERSION = 0
+VERSION = 0.0.1
+PRIVATE_PROTO_HEADER = proto.h
+OBJ_FILES = \
+ net_ctx.o \
+ net_user.o \
+ mpr_user.o
+PUBLIC_DEPENDENCIES = LIBSAMBA-NET LIBCLI_SMB CREDENTIALS
+# End SUBSYSTEM ejsnet
+#######################