diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-09-13 23:44:32 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-15 10:56:22 +0200 |
commit | 38abb6aafa56dd8cb1ed2f5a09d3ea4023b4e16b (patch) | |
tree | 196ea4bf69813c6800c54a0a0300ad1224f7f7ce /ucb/Module_ucb.mk | |
parent | 77d297f3e8ff4af58718d166dcbf23c39ce47ca3 (diff) |
consistent naming of externals: cmis -> libcmis
Change-Id: If710b416111dd26a67693d9f6d7d194ea607069b
Reviewed-on: https://gerrit.libreoffice.org/42292
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'ucb/Module_ucb.mk')
-rw-r--r-- | ucb/Module_ucb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/Module_ucb.mk b/ucb/Module_ucb.mk index fca05b8f4f5f..dc1405e72992 100644 --- a/ucb/Module_ucb.mk +++ b/ucb/Module_ucb.mk @@ -13,7 +13,7 @@ $(eval $(call gb_Module_add_targets,ucb,\ Library_cached1 \ Library_srtrs1 \ Library_ucb1 \ - $(if $(ENABLE_CMIS),Library_ucpcmis1) \ + $(if $(ENABLE_LIBCMIS),Library_ucpcmis1) \ $(if $(WITH_WEBDAV),Library_ucpdav1) \ Library_ucpexpand1 \ Library_ucpext \ |