svn commit: samba r7077 - in branches/SAMBA_4_0/source/scripting: .

tridge at samba.org tridge at samba.org
Sun May 29 12:10:13 GMT 2005


Author: tridge
Date: 2005-05-29 12:10:13 +0000 (Sun, 29 May 2005)
New Revision: 7077

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7077

Log:
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

Modified:
   branches/SAMBA_4_0/source/scripting/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/config.mk
===================================================================
--- branches/SAMBA_4_0/source/scripting/config.mk	2005-05-29 11:58:47 UTC (rev 7076)
+++ branches/SAMBA_4_0/source/scripting/config.mk	2005-05-29 12:10:13 UTC (rev 7077)
@@ -13,7 +13,8 @@
 [BINARY::smbscript]
 OBJ_FILES = \
 		scripting/ejs/smbscript.o
-REQUIRED_SUBSYSTEMS = EJS LIBBASIC SMBCALLS
+REQUIRED_SUBSYSTEMS = EJS LIBBASIC SMBCALLS CONFIG LIBSMB RPC
+
 # End BINARY SMBSCRIPT
 #######################
 



More information about the samba-cvs mailing list