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

tridge at samba.org tridge at samba.org
Tue Jun 7 07:42:12 GMT 2005


Author: tridge
Date: 2005-06-07 07:42:12 +0000 (Tue, 07 Jun 2005)
New Revision: 7355

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

Log:
this should fix the link problem metze hit with smbscript

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-06-07 07:29:37 UTC (rev 7354)
+++ branches/SAMBA_4_0/source/scripting/config.mk	2005-06-07 07:42:12 UTC (rev 7355)
@@ -17,7 +17,7 @@
 [BINARY::smbscript]
 OBJ_FILES = \
 		scripting/ejs/smbscript.o
-REQUIRED_SUBSYSTEMS = EJS LIBBASIC SMBCALLS CONFIG LIBSMB RPC
+REQUIRED_SUBSYSTEMS = EJS LIBBASIC SMBCALLS CONFIG LIBSMB RPC LIBCMDLINE
 
 # End BINARY SMBSCRIPT
 #######################



More information about the samba-cvs mailing list