summaryrefslogtreecommitdiff
path: root/mythes
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-10-28 22:40:30 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-10-28 22:40:30 +0100
commit327db9fe01dc727961ef9dfbc75b4dcbd2fea2eb (patch)
tree973cab982d27ca4faa73b17853e7ef8b873aabd2 /mythes
parent30762128a8cbe218433a7d44c04b308809c9bd48 (diff)
fix hunspell and mythes library names
Change-Id: Ie660f8b3f885e3f26f188314433b9fbff27bf50a
Diffstat (limited to 'mythes')
-rw-r--r--mythes/ExternalPackage_mythes.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mythes/ExternalPackage_mythes.mk b/mythes/ExternalPackage_mythes.mk
index 2c56ba02bd3e..553af2e8533a 100644
--- a/mythes/ExternalPackage_mythes.mk
+++ b/mythes/ExternalPackage_mythes.mk
@@ -13,9 +13,7 @@ ifneq ($(COM),MSC)
$(eval $(call gb_ExternalPackage_use_external_project,mythes,mythes))
-$(eval $(call gb_ExternalPackage_add_files,mythes,lib,\
- .libs/libmythes-1.2.a \
-))
+$(eval $(call gb_ExternalPackage_add_file,mythes,lib/libmythes.a,.libs/libmythes-1.2.a))
endif