diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 13:04:08 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-05 13:05:01 +0200 |
commit | 3b53c579ce298c8f2582323d5210a7aee3aac068 (patch) | |
tree | 4c78b78ad8f5f5db61a990b9d90eb1da7ac5086d /libcmis | |
parent | 9bb187006a42ee8b0dcb6fe47407752c7873f41b (diff) |
Fix Windows build and enable CMIS inconditionally
Since the provider should now build everywhere,
enable it inconditionally to catch minor problems
Diffstat (limited to 'libcmis')
-rw-r--r-- | libcmis/Module_libcmis.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcmis/Module_libcmis.mk b/libcmis/Module_libcmis.mk index f311acf89e83..0cf0d040d05a 100644 --- a/libcmis/Module_libcmis.mk +++ b/libcmis/Module_libcmis.mk @@ -27,11 +27,9 @@ $(eval $(call gb_Module_Module,libcmis)) -ifeq ($(ENABLE_CMIS),TRUE) $(eval $(call gb_Module_add_targets,libcmis,\ ExternalLib_libcmis \ )) -endif # vim: set noet sw=4 ts=4: |