From 5058f4b9e82ca8b9f2405930db3a46b8c37f06ed Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 28 Sep 2005 18:18:09 +0000 Subject: r10586: Add MergedObject() builder. Default to Library() rather then StaticLibrary() (This used to be commit b53313dc517986c69a4e4cb8fe3885b696f8faa1) --- source4/scripting/ejs/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/scripting/ejs') diff --git a/source4/scripting/ejs/SConscript b/source4/scripting/ejs/SConscript index 5ba45d8e77..43a73a92a0 100644 --- a/source4/scripting/ejs/SConscript +++ b/source4/scripting/ejs/SConscript @@ -1,7 +1,7 @@ Import('hostenv') -hostenv.StaticLibrary('ejsrpc',['ejsrpc.c']) -hostenv.StaticLibrary('ejs_smbcalls', +hostenv.Library('ejsrpc',['ejsrpc.c']) +hostenv.Library('ejs_smbcalls', ['smbcalls.c','smbcalls_config.c','smbcalls_ldb.c', 'smbcalls_nbt.c','smbcalls_cli.c','smbcalls_rpc.c', 'smbcalls_auth.c','smbcalls_options.c','smbcalls_nss.c', -- cgit