diff options
author | Release Engineers <releng@openoffice.org> | 2009-08-31 06:30:17 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2009-08-31 06:30:17 +0000 |
commit | 9de88b1e64d0867314396eaf9eeea1f349413599 (patch) | |
tree | a8f33cf74c0a9376f22591e5b8caf95259fb506f /svx | |
parent | 6f90bae604adb149772f599ab2e05d1d96e998d8 (diff) |
#i10000# added missing link-library
Diffstat (limited to 'svx')
-rw-r--r-- | svx/util/makefile.mk | 3 |
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) |