summaryrefslogtreecommitdiff
path: root/l10ntools/StaticLibrary_transex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/StaticLibrary_transex.mk')
-rw-r--r--l10ntools/StaticLibrary_transex.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/l10ntools/StaticLibrary_transex.mk b/l10ntools/StaticLibrary_transex.mk
index 4e7780120d1d..f7bed0500355 100644
--- a/l10ntools/StaticLibrary_transex.mk
+++ b/l10ntools/StaticLibrary_transex.mk
@@ -39,11 +39,14 @@ $(eval $(call gb_StaticLibrary_set_include,transex,\
$(eval $(call gb_StaticLibrary_use_external,transex,boost_headers))
+$(eval $(call gb_StaticLibrary_use_sdk_api,transex))
+
$(eval $(call gb_StaticLibrary_add_exception_objects,transex,\
l10ntools/source/export2 \
l10ntools/source/merge \
l10ntools/source/file \
l10ntools/source/directory \
+ l10ntools/source/po \
))
# vim: set noet sw=4 ts=4: