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/InstallModule_math.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scp2/InstallModule_math.mk') diff --git a/scp2/InstallModule_math.mk b/scp2/InstallModule_math.mk index 57f5c2d5e9b8..e25c25e3f388 100644 --- a/scp2/InstallModule_math.mk +++ b/scp2/InstallModule_math.mk @@ -9,6 +9,8 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/math)) +$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/math,math)) + $(eval $(call gb_InstallModule_add_templates,scp2/math,\ scp2/source/templates/module_langpack_math \ )) -- cgit