diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-06-10 19:20:14 -0300 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2013-06-11 16:49:19 +0200 |
commit | cb548bc7a1c863d1716ce0f609a64f45a8d73328 (patch) | |
tree | 379c373c1d94edf135c53b94f4e9cb26d55bdc60 /scp2/AutoInstall.mk | |
parent | 6141dbbac58a0c8632379fddec92bc72fcf3b78f (diff) |
fdo#60924 autoinstall - gbuild/scp2: add calc module
Change-Id: I89e87f2e107bdb31f19262c83f8e20be9642a4eb
Diffstat (limited to 'scp2/AutoInstall.mk')
-rw-r--r-- | scp2/AutoInstall.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scp2/AutoInstall.mk b/scp2/AutoInstall.mk index a6dad3c70085..3dfb56a2587e 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -10,6 +10,7 @@ $(eval $(call gb_AutoInstall_AutoInstall)) $(eval $(call gb_AutoInstall_add_module,base,LIBO_LIB_FILE)) +$(eval $(call gb_AutoInstall_add_module,calc,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,gnome,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,graphicfilter,LIBO_LIB_FILE)) $(eval $(call gb_AutoInstall_add_module,impress,LIBO_LIB_FILE)) |