summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-06 23:35:13 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 01:41:26 +0200
commit10fc13c94890837ca6a8c1a47efe3b2dcba85471 (patch)
tree2b597737c4647a21c0d0b59b0a125410034d5eb8 /RepositoryExternal.mk
parent276021c76102e685c7dbe3776d5f79f71a59ac82 (diff)
lib*: consistently name all UnpackedTarball and ExternalProject
Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 652e948ad407..5d30da166ed4 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2427,9 +2427,9 @@ $(eval $(call gb_Helper_register_static_libraries,PLAINLIBS,\
))
define gb_LinkTarget__use_orcus
-$(call gb_LinkTarget_use_unpacked,$(1),orcus)
+$(call gb_LinkTarget_use_unpacked,$(1),liborcus)
$(call gb_LinkTarget_set_include,$(1),\
- -I$(call gb_UnpackedTarball_get_dir,orcus/include) \
+ -I$(call gb_UnpackedTarball_get_dir,liborcus/include) \
$$(INCLUDE) \
)
$(call gb_LinkTarget_use_static_libraries,$(1),orcus)