diff options
-rw-r--r-- | xmlhelp/util/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk index b2eb3450e26d..fb0a92d8e679 100644 --- a/xmlhelp/util/makefile.mk +++ b/xmlhelp/util/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # # This file is part of OpenOffice.org. # @@ -66,7 +66,8 @@ SHL1STDLIBS= \ $(UCBHELPERLIB) \ $(SVTOOLLIB) \ $(BERKELEYLIB) \ - $(XSLTLIB) + $(XSLTLIB) \ + $(UNOTOOLSLIB) SHL1LIBS = \ $(SLB)$/jaqe.lib \ |