summaryrefslogtreecommitdiffstats
path: root/i18npool/Library_textconv_dict.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-19 19:30:31 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-20 01:12:23 +0200
commit25e10370feb4d62b953c317169516737fe982a34 (patch)
tree1e63db91da7682cd72a84450d6657e55e823c7b0 /i18npool/Library_textconv_dict.mk
parentAdd gb_STDLIBS and override gb_Library_PLAINLIBS_NONE (diff)
downloadcore-25e10370feb4d62b953c317169516737fe982a34.tar.gz
core-25e10370feb4d62b953c317169516737fe982a34.zip
Link most libs and executables with gb_STDLIBS as presumably is intended
Diffstat (limited to 'i18npool/Library_textconv_dict.mk')
-rw-r--r--i18npool/Library_textconv_dict.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18npool/Library_textconv_dict.mk b/i18npool/Library_textconv_dict.mk
index 3b9213c32710..45ae317cea57 100644
--- a/i18npool/Library_textconv_dict.mk
+++ b/i18npool/Library_textconv_dict.mk
@@ -40,6 +40,10 @@ $(eval $(call gb_Library_add_api,textconv_dict,\
offapi \
))
+$(eval $(call gb_Library_add_linked_libs,textconv_dict,\
+ $(gb_STDLIBS) \
+))
+
$(eval $(call gb_Library_add_generated_exception_objects,textconv_dict,\
$(subst $(WORKDIR)/,,$(basename $(wildcard $(WORKDIR)/CustomTarget/i18npool/source/textconversion/*.cxx))) \
))