summaryrefslogtreecommitdiff
path: root/i18npool/Library_dict_zh.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-17 01:11:18 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-24 22:39:53 +0100
commit15bd35e4f2646ef0bba0cc24d171989c9e3ac6e4 (patch)
treef3a0c4af9a25ecafdaca456c994c436df83b7c6f /i18npool/Library_dict_zh.mk
parent1140c380ad15648def3fc7a71d735a46ed4289d9 (diff)
i18npool: use CustomTarget_*.mk makefiles
Also done lot of simplification and modernization.
Diffstat (limited to 'i18npool/Library_dict_zh.mk')
-rw-r--r--i18npool/Library_dict_zh.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/i18npool/Library_dict_zh.mk b/i18npool/Library_dict_zh.mk
index 5567780c5d1d..cd48f4529a6f 100644
--- a/i18npool/Library_dict_zh.mk
+++ b/i18npool/Library_dict_zh.mk
@@ -28,14 +28,12 @@
$(eval $(call gb_Library_Library,dict_zh))
-$(eval $(call gb_Library_add_package_headers,dict_zh,i18npool_generated))
-
$(eval $(call gb_Library_add_linked_libs,dict_zh,\
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_generated_exception_objects,dict_zh,\
- CustomTarget/i18npool/source/breakiterator/data/dict_zh \
+ CustomTarget/i18npool/breakiterator/dict_zh \
))
# vim: set noet sw=4 ts=4: