summaryrefslogtreecommitdiff
path: root/sc/Module_sc.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2015-11-05 22:47:21 +0100
committerRene Engelhard <rene@debian.org>2015-11-11 00:12:00 +0100
commit6849dfca92506a112a89f1839b268a3a119be50b (patch)
tree900868e4aafaf245d1b35d5ccf9cc42fffb902b9 /sc/Module_sc.mk
parentbf6d72afeac77b791f5770a6bb353d4d133e9e56 (diff)
make Library_scqahelper a check target so it's not built on make build
Change-Id: I6e7fcfd7e8819601ffe6ddac447ef9cf72fe13e6
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r--sc/Module_sc.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 21794b9f975c..02f41e173603 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -22,12 +22,6 @@ $(eval $(call gb_Module_add_l10n_targets,sc,\
UIConfig_scalc \
))
-ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
-$(eval $(call gb_Module_add_targets,sc,\
- Library_scqahelper \
-))
-endif
-
ifeq ($(ENABLE_TELEPATHY),TRUE)
$(eval $(call gb_Module_add_targets,sc,\
@@ -45,6 +39,8 @@ $(eval $(call gb_Module_add_targets,sc,\
endif
$(eval $(call gb_Module_add_check_targets,sc,\
+ $(if $(filter $(BUILD_TYPE),$(DESKTOP)),, \
+ Library_scqahelper) \
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
CppunitTest_sc_ucalc) \
CppunitTest_sc_filters_test \