summaryrefslogtreecommitdiff
path: root/sal/Library_sal.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-02-13 21:34:13 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-15 16:19:58 +0200
commit5f2a2e2149f26db39efd3e7f2fdca952cfcf65f5 (patch)
tree4b49988e22c9a14aa4b497cea4b7773552e33ff9 /sal/Library_sal.mk
parent901b5572b1c03fcb52d0b808e0a1710c2bd51c42 (diff)
Don't bother with a separate libsal_textenc when merging libs
Diffstat (limited to 'sal/Library_sal.mk')
-rw-r--r--sal/Library_sal.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/sal/Library_sal.mk b/sal/Library_sal.mk
index cbdbc82c6477..13a514f33f7c 100644
--- a/sal/Library_sal.mk
+++ b/sal/Library_sal.mk
@@ -132,6 +132,23 @@ $(eval $(call gb_Library_add_cobjects,sal,\
sal/osl/all/filepath \
))
+ifeq ($(MERGELIBS),TRUE)
+$(eval $(call gb_Library_add_exception_objects,sal,\
+ sal/textenc/context \
+ sal/textenc/convertbig5hkscs \
+ sal/textenc/converteuctw \
+ sal/textenc/convertgb18030 \
+ sal/textenc/convertiso2022cn \
+ sal/textenc/convertiso2022jp \
+ sal/textenc/convertiso2022kr \
+ sal/textenc/convertsinglebytetobmpunicode \
+ sal/textenc/tables \
+ sal/textenc/tcvtbyte \
+ sal/textenc/tcvtmb \
+ sal/textenc/tcvtutf7 \
+))
+endif
+
ifeq ($(GUI),UNX)
$(eval $(call gb_Library_add_exception_objects,sal,\
sal/osl/unx/conditn \