diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-09-14 12:20:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-15 10:58:42 +0200 |
commit | 0bb764854361249c60ea31c5366a91dcd938c747 (patch) | |
tree | d00b7f2d19aeccd06290703a5b34c5ac8c674609 /RepositoryExternal.mk | |
parent | 7ff346c737cd4a3ab4bc0724b4132aba65f3b56a (diff) |
consistent naming of externals: langtag -> liblangtag
Change-Id: Iba391f4f0e3c496442b8acaff443319fcb8fb3d7
Reviewed-on: https://gerrit.libreoffice.org/42294
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 7505c709c51b..fa8e6845e1ef 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -977,7 +977,7 @@ $(call gb_LinkTarget_set_include,$(1),\ $$(INCLUDE) \ ) $(call gb_LinkTarget_add_libs,$(1),$(LIBLANGTAG_LIBS)) -$(call gb_LinkTarget_use_external_project,$(1),langtag) +$(call gb_LinkTarget_use_external_project,$(1),liblangtag) endef @@ -1000,7 +1000,7 @@ endef endif # MSC define gb_ExternalProject__use_liblangtag -$(call gb_ExternalProject_use_external_project,$(1),langtag) +$(call gb_ExternalProject_use_external_project,$(1),liblangtag) endef |