summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-02-19 11:10:16 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-02-19 13:23:05 +0100
commit88ed6d1348b5d3d517afcbe5fa1257d55625f39b (patch)
tree6e468c2cc8574c8fd0c2c5fb6f02aed9c9d12b1c /RepositoryExternal.mk
parentRe-Revert "simplify external module check with macro" modulo expat/clucene (diff)
downloadcore-88ed6d1348b5d3d517afcbe5fa1257d55625f39b.tar.gz
core-88ed6d1348b5d3d517afcbe5fa1257d55625f39b.zip
rename SYSTEM_LIBCMIS to SYSTEM_CMIS to remove specialcasing
Change-Id: I7fdf7fd285d6b8c584d8fe225729f15f3f9798ad
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index c072b8f6c423..da19e441ce5f 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -565,7 +565,7 @@ endef
endif # SYSTEM_BOOST
-ifeq ($(SYSTEM_LIBCMIS),YES)
+ifeq ($(SYSTEM_CMIS),YES)
define gb_LinkTarget__use_cmis
$(call gb_LinkTarget_set_include,$(1),\
@@ -576,7 +576,7 @@ $(call gb_LinkTarget_add_libs,$(1),$(CMIS_LIBS))
endef
-else # !SYSTEM_LIBCMIS
+else # !SYSTEM_CMIS
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
cmislib \
@@ -589,7 +589,7 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\
endef
-endif # SYSTEM_LIBCMIS
+endif # SYSTEM_CMIS
ifeq ($(OS)$(COM),WNTGCC)