diff options
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 020049f7c22b..2e350872bcf3 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -20,20 +20,23 @@ $(eval $(call gb_Module_Module,sw)) $(eval $(call gb_Module_add_targets,sw,\ - AllLangResTarget_sw \ - $(if $(filter DESKTOP,$(BUILD_TYPE)), \ - Executable_tiledrendering) \ - Library_msword \ - Library_sw \ - Library_swd \ - Library_swui \ + $(if $(filter DESKTOP,$(BUILD_TYPE)), \ + Executable_tiledrendering) \ + Library_msword \ + Library_sw \ + Library_swd \ + Library_swui \ UIConfig_sglobal \ UIConfig_sweb \ UIConfig_swform \ UIConfig_swreport \ UIConfig_swriter \ UIConfig_swxform \ - UIConfig_qa \ + UIConfig_qa \ +)) + +$(eval $(call gb_Module_add_l10n_targets,sw,\ + AllLangResTarget_sw \ )) ifneq ($(DISABLE_SCRIPTING),TRUE) |