diff options
-rw-r--r-- | automation/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/automation/util/makefile.mk b/automation/util/makefile.mk index c52d65f3f88f..72206d5caaa5 100644 --- a/automation/util/makefile.mk +++ b/automation/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: rt $ $Date: 2005-10-19 12:04:03 $ +# last change: $Author: vg $ $Date: 2006-04-07 15:42:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -58,6 +58,7 @@ SHL1IMPLIB= ists SHL1STDLIBS= \ $(TOOLSLIB) \ + $(UNOTOOLSLIB) \ $(SVTOOLLIB) \ $(SVLLIB) \ $(SVLIB) \ |