summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-29 12:10:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:13 -0500
commitfe17411203ba3ee5f0a496b524f4afb658077643 (patch)
tree337571b4fede7097de299c0b8794449bbdb88212
parenteba9bc5eaaf3d7f74befe68f37dac6c1dc467546 (diff)
downloadsamba-fe17411203ba3ee5f0a496b524f4afb658077643.tar.gz
samba-fe17411203ba3ee5f0a496b524f4afb658077643.tar.bz2
samba-fe17411203ba3ee5f0a496b524f4afb658077643.zip
r7077: pull in a bunch more libs for smbscript. I plan on making a whole lot
of internal functions available to ejs, including rpc functions. This should hopefully fix the link on solaris10 as well (This used to be commit caceb31be841041a0e20c7e261badad2cce82c6a)
-rw-r--r--source4/scripting/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/scripting/config.mk b/source4/scripting/config.mk
index b32199bc1c..a6c4f73430 100644
--- a/source4/scripting/config.mk
+++ b/source4/scripting/config.mk
@@ -13,7 +13,8 @@ REQUIRED_SUBSYSTEMS = EJS LIBBASIC
[BINARY::smbscript]
OBJ_FILES = \
scripting/ejs/smbscript.o
-REQUIRED_SUBSYSTEMS = EJS LIBBASIC SMBCALLS
+REQUIRED_SUBSYSTEMS = EJS LIBBASIC SMBCALLS CONFIG LIBSMB RPC
+
# End BINARY SMBSCRIPT
#######################