diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/util/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 7f0ae52fa0b5..64811c71742c 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.47 $ +# $Revision: 1.48 $ # -# last change: $Author: kz $ $Date: 2005-01-18 15:28:03 $ +# last change: $Author: obo $ $Date: 2005-03-15 10:07:25 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -151,7 +151,8 @@ SHL1STDLIBS+= \ $(CPPULIB) \ $(VOSLIB) \ $(SALLIB) \ - $(ICUUCLIB) \ + $(SALHELPERLIB) \ + $(ICUUCLIB) \ $(I18NUTILLIB) \ $(AVMEDIALIB) |