From 8a58bc2535cf0c8459d861d29b342ef39f7f833c Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Mon, 27 May 2013 19:13:14 -0300 Subject: fdo#60924 autoinstall - gbuild/scp2: add math module Change-Id: I466dd68069576d57740ef34b8f6fcd8f9025c5c8 Reviewed-on: https://gerrit.libreoffice.org/4065 Tested-by: LibreOffice gerrit bot Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- scp2/source/math/file_math.scp | 4 ---- scp2/source/math/module_math.scp | 5 ++++- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'scp2/source/math') diff --git a/scp2/source/math/file_math.scp b/scp2/source/math/file_math.scp index 0c016eeb6a3e..d9ccc9662b93 100644 --- a/scp2/source/math/file_math.scp +++ b/scp2/source/math/file_math.scp @@ -27,10 +27,6 @@ #include "macros.inc" -STD_LIB_FILE( gid_File_Lib_Sm , sm) - -STD_LIB_FILE( gid_File_Lib_Smd , smd) - STD_RES_FILE( gid_File_Res_Sm, sm ) File gid_File_Share_Registry_Math_Xcd diff --git a/scp2/source/math/module_math.scp b/scp2/source/math/module_math.scp index f222441103f2..16266237aa70 100644 --- a/scp2/source/math/module_math.scp +++ b/scp2/source/math/module_math.scp @@ -27,6 +27,8 @@ #include "macros.inc" +#include "AutoInstallLibs/math" + Module gid_Module_Prg_Math MOD_NAME_DESC ( MODULE_PRG_MATH ); ParentID = gid_Module_Prg; @@ -42,7 +44,8 @@ Module gid_Module_Prg_Math_Bin Minimal = YES; Default = YES; Styles = (HIDDEN_ROOT); - Files = (gid_File_Lib_Sm,gid_File_Lib_Smd,gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math, + Files = (auto_Math_Lib_ALL + gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math, gid_File_Share_Registry_Math_Xcd, gid_File_Tmp_Userinstall_Math_Inf); End -- cgit