diff options
-rw-r--r-- | svx/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk index 1ba9f4fa7113..41507110604e 100644 --- a/svx/util/makefile.mk +++ b/svx/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.45 $ +# $Revision: 1.46 $ # -# last change: $Author: rt $ $Date: 2005-09-09 01:24:13 $ +# last change: $Author: vg $ $Date: 2006-04-07 14:09:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -114,6 +114,7 @@ SHL1STDLIBS= \ $(SOTLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(XMLSCRIPTLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ @@ -157,6 +158,7 @@ SHL2STDLIBS= \ $(SOTLIB) \ $(UNOTOOLSLIB) \ $(TOOLSLIB) \ + $(I18NISOLANGLIB) \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ |