From 31f1a12ca545a0cafcf855346c77752ee17d0efe Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 12 Dec 2012 00:02:36 +0100 Subject: LibreLogo should be an optional module On Windows it is installed by default, but can be disabled in the installer easily. Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38 --- scp2/InstallModule_python.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scp2/InstallModule_python.mk') diff --git a/scp2/InstallModule_python.mk b/scp2/InstallModule_python.mk index 42f80c5fba10..eedc2cb4de50 100644 --- a/scp2/InstallModule_python.mk +++ b/scp2/InstallModule_python.mk @@ -55,11 +55,13 @@ endif $(eval $(call gb_InstallModule_add_scpfiles,scp2/python,\ scp2/source/python/file_python \ + scp2/source/python/file_python_librelogo \ scp2/source/python/profileitem_python \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/python,\ scp2/source/python/module_python \ + scp2/source/python/module_python_librelogo \ scp2/source/python/module_python_mailmerge \ )) -- cgit