From 6eae7eb3c446e26d8003846a79471e6232b1b92e Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 7 Jun 2005 07:00:28 +0000 Subject: r7351: Start of ejs smb client library. I need to figure out a nice API here that doesn't expose too much of the cifs protocol but still allows people to do neat things. Also, talloc lifetimes need to be thought about properly. (This used to be commit 8062e808ef5102b96e1b3de046c858e4a69b4d82) --- source4/scripting/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting/config.mk') diff --git a/source4/scripting/config.mk b/source4/scripting/config.mk index 597fa1a84a..8d6c5058cf 100644 --- a/source4/scripting/config.mk +++ b/source4/scripting/config.mk @@ -6,6 +6,7 @@ OBJ_FILES = \ 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 -- cgit