diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-07 07:42:12 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:17:46 -0500 |
commit | 3feec91e6818c674a727ce67320580ca3175ae92 (patch) | |
tree | a2318159aab5f2d4f874d326342d4f90bf09c5c3 /source4 | |
parent | bce8cda06123648c377fbef92526f1f56121e513 (diff) | |
download | samba-3feec91e6818c674a727ce67320580ca3175ae92.tar.gz samba-3feec91e6818c674a727ce67320580ca3175ae92.tar.bz2 samba-3feec91e6818c674a727ce67320580ca3175ae92.zip |
r7355: this should fix the link problem metze hit with smbscript
(This used to be commit 067255909ed381d397dfc82e4bca219da40810d9)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/config.mk b/source4/scripting/config.mk index 8d6c5058cf..81b7ab68fe 100644 --- a/source4/scripting/config.mk +++ b/source4/scripting/config.mk @@ -17,7 +17,7 @@ REQUIRED_SUBSYSTEMS = AUTH EJS LIBBASIC [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 ####################### |