Disable libcmis for Android for the while

This commit is contained in:
Thorsten Behrens
2011-10-04 11:05:46 +02:00
parent 9c74d5c3f6
commit ff04ef4ed7
2 changed files with 2 additions and 1 deletions

View File

@@ -18,4 +18,5 @@
--without-java --without-java
--without-junit --without-junit
--without-ppds --without-ppds
--without-cmis
--without-stlport --without-stlport

View File

@@ -27,7 +27,7 @@
$(eval $(call gb_Module_Module,libcmis)) $(eval $(call gb_Module_Module,libcmis))
ifneq ($(ENABLE_CMIS),) ifeq ($(ENABLE_CMIS),TRUE)
$(eval $(call gb_Module_add_targets,libcmis,\ $(eval $(call gb_Module_add_targets,libcmis,\
ExternalLib_libcmis \ ExternalLib_libcmis \
)) ))