diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-15 13:59:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-19 20:48:43 +0000 |
commit | 9aa53881393a2f8d6316473682c9c0682b2ce0ff (patch) | |
tree | 47f99b99aa921135d118cf52fb6bd1d14d468ab8 /vcl/Module_vcl.mk | |
parent | f448193fda1e4e63db209d9c84f836c70accdfcc (diff) |
drop uninteresting binaries
Change-Id: Ibf8a1ef17448c09195a6e7d5093f738136d91af6
Reviewed-on: https://gerrit.libreoffice.org/32197
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index d7232f92376d..153b4ac9723c 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -36,6 +36,11 @@ $(eval $(call gb_Module_add_targets,vcl,\ Executable_icontest \ Executable_visualbackendtest \ Executable_mtfdemo ))) \ +)) + +ifeq ($(CROSS_COMPILING)$(DISABLE_DYNLOADING),) + +$(eval $(call gb_Module_add_targets,vcl,\ $(if $(filter-out ANDROID IOS WNT,$(OS)), \ Executable_svdemo \ Executable_fftester \ @@ -43,6 +48,8 @@ $(eval $(call gb_Module_add_targets,vcl,\ Executable_svpclient) \ )) +endif + $(eval $(call gb_Module_add_l10n_targets,vcl,\ AllLangResTarget_vcl \ UIConfig_vcl \ |