Kaydet (Commit) 9aa53881 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop uninteresting binaries

Change-Id: Ibf8a1ef17448c09195a6e7d5093f738136d91af6
Reviewed-on: https://gerrit.libreoffice.org/32197Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst f448193f
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment