summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-13 23:57:54 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-15 10:56:52 +0200
commit653e358a6be96f22c13e0ce27cdf34ea7b5ce98b (patch)
treecc8a6bdcb9315301622857c8cf5d7735e393f723 /RepositoryExternal.mk
parent38abb6aafa56dd8cb1ed2f5a09d3ea4023b4e16b (diff)
consistent naming of externals: exttextcat -> libexttextcat
Change-Id: Ia70782713fee251deeea5580961219938cfe8b89 Reviewed-on: https://gerrit.libreoffice.org/42293 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 469ff43944e8..7505c709c51b 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -783,19 +783,19 @@ else # !SYSTEM_LIBEXTTEXTCAT
define gb_LinkTarget__use_libexttextcat
$(call gb_LinkTarget_set_include,$(1),\
- -I$(call gb_UnpackedTarball_get_dir,exttextcat/src) \
+ -I$(call gb_UnpackedTarball_get_dir,libexttextcat/src) \
$$(INCLUDE) \
)
ifeq ($(COM),MSC)
$(call gb_LinkTarget_use_static_libraries,$(1),\
- exttextcat \
+ libexttextcat \
)
else
$(call gb_LinkTarget_add_libs,$(1),\
- $(call gb_UnpackedTarball_get_dir,exttextcat)/src/.libs/libexttextcat-2.0.a\
+ $(call gb_UnpackedTarball_get_dir,libexttextcat)/src/.libs/libexttextcat-2.0.a\
)
-$(call gb_LinkTarget_use_external_project,$(1),exttextcat)
+$(call gb_LinkTarget_use_external_project,$(1),libexttextcat)
endif