LibreLogo should be an optional module

On Windows it is installed by default, but can be disabled in
the installer easily.

Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
This commit is contained in:
Andras Timar
2012-12-12 00:02:36 +01:00
parent 70d0f2cc16
commit 31f1a12ca5
11 changed files with 93 additions and 14 deletions

View File

@ -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 \
))