From f84d007c438dd43f2cd5a9b6ca583976c8e777fa Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sat, 4 Jun 2005 07:04:43 +0000 Subject: r7266: Split the different types of js function defines into separate files, as there are going to be a lot more of them. (This used to be commit b086768589ee27de6616945bbea42b18b40d25d5) --- source4/scripting/config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/scripting/config.mk') diff --git a/source4/scripting/config.mk b/source4/scripting/config.mk index 078c04297e..597fa1a84a 100644 --- a/source4/scripting/config.mk +++ b/source4/scripting/config.mk @@ -3,6 +3,9 @@ [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/mprutil.o REQUIRED_SUBSYSTEMS = AUTH EJS LIBBASIC # End SUBSYSTEM SMBCALLS -- cgit