summaryrefslogtreecommitdiff
path: root/source4/scripting/config.mk
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-06-04 07:04:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:34 -0500
commitf84d007c438dd43f2cd5a9b6ca583976c8e777fa (patch)
tree6adfdca088a8ae10fb28f0867402b8bcb43ec7b7 /source4/scripting/config.mk
parent89bcaa79c9181e42a7aaae3ca7e95d01eba203a2 (diff)
downloadsamba-f84d007c438dd43f2cd5a9b6ca583976c8e777fa.tar.gz
samba-f84d007c438dd43f2cd5a9b6ca583976c8e777fa.tar.bz2
samba-f84d007c438dd43f2cd5a9b6ca583976c8e777fa.zip
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)
Diffstat (limited to 'source4/scripting/config.mk')
-rw-r--r--source4/scripting/config.mk3
1 files changed, 3 insertions, 0 deletions
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