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 | |
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')
-rw-r--r-- | ucb/Library_ucpcmis1.mk | 2 | ||||
-rw-r--r-- | ucb/Module_ucb.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/Library_ucpcmis1.mk b/ucb/Library_ucpcmis1.mk index 0d0b83b573c1..03117a16a0d1 100644 --- a/ucb/Library_ucpcmis1.mk +++ b/ucb/Library_ucpcmis1.mk @@ -28,7 +28,7 @@ $(eval $(call gb_Library_use_libraries,ucpcmis1,\ $(eval $(call gb_Library_use_externals,ucpcmis1,\ boost_headers \ boost_date_time \ - cmis \ + libcmis \ curl \ libxml2 \ )) 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 \ |