summaryrefslogtreecommitdiff
path: root/solenv/inc/libs.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-03 01:31:57 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-03 01:31:57 +0300
commit13740648e4c67908e59dab2a584d6913aaea2503 (patch)
tree0fb75366317bf315ae55ce2ffe65e5ad1866ace5 /solenv/inc/libs.mk
parentaa199c56a3b4173759abe774fd510cad86a8ce72 (diff)
Linking with sal now implies also sal_textenc for iOS
Diffstat (limited to 'solenv/inc/libs.mk')
-rw-r--r--solenv/inc/libs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index e66c8bf23b3d..46d23002d984 100644
--- a/solenv/inc/libs.mk
+++ b/solenv/inc/libs.mk
@@ -318,6 +318,8 @@ XMLREADERLIB=-lxmlreader
# dependencies, recursively. Start from the bottom of the dependency
# stack. This is experimental and obviously incomplete.
+SALLIB+=-lsal_textenc
+
UCBHELPERLIB+=$(SALHELPERLIB)
UNOTOOLSLIB+=$(I18NISOLANGLIB)