diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-16 16:37:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-16 16:52:59 +0200 |
commit | 6c1852c5526a947f2fb6007dc6a85da588e04b61 (patch) | |
tree | 1b883999ceb749e5adfeb76a30abbbfc7d7d2472 /desktop | |
parent | 38bb16572873ca46d83fbe3b0877eb2088347135 (diff) |
Do build Library_deployment also for non-desktop OSes
Whether anything in it will eventually be used in LO-based apps on
such OSes, no idea, but no harm building it.
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Module_desktop.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk index 6b016d5eaa72..559097e515f4 100644 --- a/desktop/Module_desktop.mk +++ b/desktop/Module_desktop.mk @@ -42,6 +42,7 @@ $(eval $(call gb_Module_add_targets,desktop,\ AllLangResTarget_deploymentgui \ AllLangResTarget_dkt \ Executable_soffice.bin \ + Library_deployment \ Library_deploymentmisc \ Library_offacc \ Library_sofficeapp \ @@ -56,7 +57,6 @@ $(eval $(call gb_Module_add_targets,desktop,\ ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,desktop,\ Executable_unopkg.bin \ - Library_deployment \ Library_deploymentgui \ Library_migrationoo2 \ Library_migrationoo3 \ |