summaryrefslogtreecommitdiff
path: root/svx/util
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-08-31 06:30:17 +0000
committerRelease Engineers <releng@openoffice.org>2009-08-31 06:30:17 +0000
commit9de88b1e64d0867314396eaf9eeea1f349413599 (patch)
treea8f33cf74c0a9376f22591e5b8caf95259fb506f /svx/util
parent6f90bae604adb149772f599ab2e05d1d96e998d8 (diff)
#i10000# added missing link-library
Diffstat (limited to 'svx/util')
-rw-r--r--svx/util/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk
index 381de0d1cb05..5e0c43e427cc 100644
--- a/svx/util/makefile.mk
+++ b/svx/util/makefile.mk
@@ -191,7 +191,8 @@ SHL2STDLIBS= \
$(CPPUHELPERLIB) \
$(CPPULIB) \
$(VOSLIB) \
- $(SALLIB)
+ $(SALLIB) \
+ $(ICUUCLIB)
.IF "$(GUI)"=="WNT"
SHL2STDLIBS+=$(SHELLLIB)